mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 05:00:16 +00:00
docs(ai): note handoff coverage for new providers
This commit is contained in:
parent
0ce59236dc
commit
c8db8e613f
2 changed files with 6 additions and 1 deletions
|
|
@ -1100,6 +1100,9 @@ Create or update test files to cover the new provider:
|
|||
- `tool-call-without-result.test.ts` - Orphaned tool calls
|
||||
- `image-tool-result.test.ts` - Images in tool results
|
||||
- `total-tokens.test.ts` - Token counting accuracy
|
||||
- `cross-provider-handoff.test.ts` - Cross-provider context replay
|
||||
|
||||
For `cross-provider-handoff.test.ts`, add at least one provider/model pair. If the provider exposes multiple model families (for example GPT and Claude), add at least one pair per family.
|
||||
|
||||
For providers with non-standard auth (AWS, Google Vertex), create a utility like `bedrock-utils.ts` with credential detection helpers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue