mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 14:01:15 +00:00
fix(ai): omit strict for unsupported openai completions
This commit is contained in:
parent
5d6a7d6c34
commit
ff0eb3ecd4
6 changed files with 94 additions and 29 deletions
|
|
@ -32,6 +32,7 @@ const compat: Required<OpenAICompletionsCompat> = {
|
|||
thinkingFormat: "openai",
|
||||
openRouterRouting: {},
|
||||
vercelGatewayRouting: {},
|
||||
supportsStrictMode: true,
|
||||
};
|
||||
|
||||
function buildToolResult(toolCallId: string, timestamp: number): ToolResultMessage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue