Update openai.ts

This commit is contained in:
richardclim 2025-02-16 04:01:36 -05:00
parent bb5b93e562
commit 8d1b65e24f

View File

@ -312,6 +312,7 @@ export class ChatGPTApi implements LLMApi {
content: string;
tool_calls: ChatMessageTool[];
reasoning_content: string | null;
reasoning: string | null;
};
}>;