diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 2833993e..98c75d44 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -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: @@ -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).'