Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,7 @@ components:
- content
type: object
- $ref: '#/components/schemas/AnthropicUrlPdfSource'
- $ref: '#/components/schemas/AnthropicFileDocumentSource'
title:
nullable: true
type: string
Expand Down Expand Up @@ -1148,6 +1149,21 @@ components:
- stderr
- type
type: object
AnthropicFileDocumentSource:
example:
file_id: file_011CNha8iCJcU1wXNR6q4V8w
type: file
properties:
file_id:
type: string
type:
enum:
- file
type: string
required:
- type
- file_id
type: object
AnthropicImageBlockParam:
example:
source:
Expand Down
Loading