chore: generate
This commit is contained in:
parent
9db90a0b76
commit
8a55920531
2 changed files with 2 additions and 7 deletions
|
|
@ -60,10 +60,7 @@ const OpenAIResponsesReasoningItem = Schema.Struct({
|
|||
// `function_call_output.output` accepts either a plain string or an ordered
|
||||
// array of content items so tools can return images in addition to text.
|
||||
// https://platform.openai.com/docs/api-reference/responses/object
|
||||
const OpenAIResponsesFunctionCallOutputContent = Schema.Union([
|
||||
OpenAIResponsesInputText,
|
||||
OpenAIResponsesInputImage,
|
||||
])
|
||||
const OpenAIResponsesFunctionCallOutputContent = Schema.Union([OpenAIResponsesInputText, OpenAIResponsesInputImage])
|
||||
|
||||
const OpenAIResponsesFunctionCallOutput = Schema.Union([
|
||||
Schema.String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue