This commit is contained in:
Matt Apperson
2025-11-18 15:34:20 -05:00
parent c07f60e7b1
commit 8f34360adc
15 changed files with 73 additions and 62 deletions
+8 -6
View File
@@ -4647,12 +4647,7 @@ components:
type: string
const: input_video
video_url:
type: object
properties:
url:
type: string
required:
- url
$ref: '#/components/schemas/VideoURL'
required:
- type
- video_url
@@ -4672,6 +4667,13 @@ components:
- type
- video_url
type: object
VideoURL:
type: object
properties:
url:
type: string
required:
- url
ChatMessageContentItemFile:
type: object
properties: