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
5 changes: 4 additions & 1 deletion .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20619,8 +20619,11 @@ components:
nullable: true
type: number
previous_response_id:
description: >-
Not supported. The Responses API is stateless: no responses are stored, so a previous response cannot be
referenced. Requests with a non-null value are rejected with a 400 error. Send the full conversation history
in `input` instead.
nullable: true
type: string
prompt:
$ref: '#/components/schemas/StoredPromptTemplate'
prompt_cache_key:
Expand Down
Loading