We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd390 commit 2aa2d73Copy full SHA for 2aa2d73
1 file changed
.speakeasy/in.openapi.yaml
@@ -1108,6 +1108,7 @@ components:
1108
- content
1109
type: object
1110
- $ref: '#/components/schemas/AnthropicUrlPdfSource'
1111
+ - $ref: '#/components/schemas/AnthropicFileDocumentSource'
1112
title:
1113
nullable: true
1114
type: string
@@ -1148,6 +1149,21 @@ components:
1148
1149
- stderr
1150
- type
1151
1152
+ AnthropicFileDocumentSource:
1153
+ example:
1154
+ file_id: file_011CNha8iCJcU1wXNR6q4V8w
1155
+ type: file
1156
+ properties:
1157
+ file_id:
1158
+ type: string
1159
+ type:
1160
+ enum:
1161
+ - file
1162
1163
+ required:
1164
+ - type
1165
+ - file_id
1166
+ type: object
1167
AnthropicImageBlockParam:
1168
example:
1169
source:
0 commit comments