mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
- Fix tool result format for Gemini 3 Flash Preview compatibility - Use 'output' key for successful results (not 'result') - Use 'error' key for error results (not 'isError') - Per Google SDK documentation for FunctionResponse.response - Improve type safety in google.ts provider - Add ImageContent import and use proper type guards - Replace 'as any' casts with proper typing - Import and use Schema type for tool parameters - Add proper typing for index deletion in error handler - Add comprehensive test for Gemini 3 Flash tool calling - Tests successful tool call and result handling - Tests error tool result handling - Verifies fix for issue #213 Fixes #213 |
||
|---|---|---|
| .. | ||
| .temp-images | ||
| data | ||
| abort.test.ts | ||
| agent.test.ts | ||
| context-overflow.test.ts | ||
| copilot-initiator.test.ts | ||
| empty.test.ts | ||
| gemini-3-flash-tool-calling.test.ts | ||
| google-thought-signature.test.ts | ||
| handoff.test.ts | ||
| image-limits.test.ts | ||
| image-tool-result.test.ts | ||
| mistral-debug.test.ts | ||
| mistral-empty-assistant.test.ts | ||
| mistral-sdk.test.ts | ||
| stream.test.ts | ||
| tokens.test.ts | ||
| tool-call-without-result.test.ts | ||
| tool-validation.test.ts | ||
| total-tokens.test.ts | ||
| unicode-surrogate.test.ts | ||
| xhigh.test.ts | ||