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
8 changes: 7 additions & 1 deletion .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17034,7 +17034,10 @@ components:
OutputImageGenerationCallItem:
allOf:
- $ref: '#/components/schemas/OutputItemImageGenerationCall'
- properties: {}
- properties:
prompt:
description: 'The prompt (possibly rewritten) that the image was generated from.'
type: 'string'
type: 'object'
example:
id: 'img-abc123'
Expand All @@ -17056,6 +17059,9 @@ components:
type: 'string'
imageUrl:
type: 'string'
prompt:
description: 'The prompt (possibly rewritten) that the image was generated from.'
type: 'string'
result:
description: 'The generated image as a base64-encoded string or URL, matching OpenAI image_generation_call format'
type:
Expand Down
Loading