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
11 changes: 9 additions & 2 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8306,7 +8306,14 @@ components:
example: 'session-1234'
maxLength: 256
type: 'string'
state: {}
state:
anyOf:
- type: 'string'
- additionalProperties: {}
type: 'object'
- items: {}
type: 'array'
description: 'The content to evaluate: a plain string, or a JSON object or array of related context.'
trace:
$ref: '#/components/schemas/TraceConfig'
user:
Expand Down Expand Up @@ -30051,7 +30058,7 @@ paths:
summary: 'Submit a Decisions (questions and answers) request'
tags:
- 'Decisions'
x-speakeasy-name-override: 'decisions'
x-speakeasy-name-override: 'create'
/audio/speech:
post:
description: 'Synthesizes audio from the input text. Returns a raw audio bytestream in the requested format (e.g. mp3, pcm, wav).'
Expand Down
Loading