Skip to content

Commit 2aa2d73

Browse files
robert-j-yOpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#324)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 58bd390 commit 2aa2d73

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ components:
11081108
- content
11091109
type: object
11101110
- $ref: '#/components/schemas/AnthropicUrlPdfSource'
1111+
- $ref: '#/components/schemas/AnthropicFileDocumentSource'
11111112
title:
11121113
nullable: true
11131114
type: string
@@ -1148,6 +1149,21 @@ components:
11481149
- stderr
11491150
- type
11501151
type: object
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+
type: string
1163+
required:
1164+
- type
1165+
- file_id
1166+
type: object
11511167
AnthropicImageBlockParam:
11521168
example:
11531169
source:

0 commit comments

Comments
 (0)