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
13 changes: 2 additions & 11 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30423,22 +30423,13 @@ paths:
application/json:
example:
data:
error:
message: 'Timed out waiting for the provider'
previous_errors:
- code: 429
message: 'Provider returned error'
provider_name: 'Google'
raw: '{"error":{"code":429,"message":"Resource exhausted"}}'
provider_name: 'Vertex'
raw: '{"error":{"code":504,"message":"Deadline exceeded"}}'
status: 504
error: null
input:
messages:
- content: 'What is the meaning of life?'
role: 'user'
output:
completion: null
completion: 'The meaning of life is a philosophical question...'
reasoning: null
schema:
$ref: '#/components/schemas/GenerationContentResponse'
Expand Down
Loading