mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 16:05:11 +00:00
Avoid cross-provider thought signatures (#654)
* Avoid cross-provider thought signatures * Fix Google thought signature replay Filter thought signatures to same provider with base64 validation and rename the transform helper for clarity.
This commit is contained in:
parent
6f3ba88733
commit
934e7e470b
6 changed files with 28 additions and 9 deletions
|
|
@ -42,7 +42,7 @@ import {
|
|||
transformRequestBody,
|
||||
} from "./openai-codex/request-transformer.js";
|
||||
import { parseCodexError, parseCodexSseStream } from "./openai-codex/response-handler.js";
|
||||
import { transformMessages } from "./transorm-messages.js";
|
||||
import { transformMessages } from "./transform-messages.js";
|
||||
|
||||
export interface OpenAICodexResponsesOptions extends StreamOptions {
|
||||
reasoningEffort?: "none" | "minimal" | "low" | "medium" | "high" | "xhigh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue