- 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.
7 lines
166 B
Text
7 lines
166 B
Text
{
|
|
"name": "Query Builder",
|
|
"description": "Build database queries",
|
|
"type": "worker",
|
|
"uses": { "search": "disabled" },
|
|
"options": { "max_tokens": 8192 }
|
|
}
|