yao/yao/assistants/querydsl/package.yao
Max 0c7d635966 chore(dependencies): update AWS SDK and related packages to latest versions
- Upgraded AWS SDK for Go v2 and its related packages in go.mod and go.sum to improve compatibility and access to new features.
- Updated session management logic in the Runner to ensure proper handling of chat sessions.
- Added new unit tests for keyword search functionality in the Assistant model, enhancing search capabilities across locales.
- Refactored JSON handling in the Assistant package to streamline options configuration.
2026-04-08 17:24:35 +08:00

7 lines
166 B
Text

{
"name": "Query Builder",
"description": "Build database queries",
"type": "worker",
"uses": { "search": "disabled" },
"options": { "max_tokens": 8192 }
}