Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions .castiron.stats.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
schema_version: 1
generation_id: 0615de99-bddb-40ce-841c-4b3df3573bee
openapi_spec_hash: bb469f23f08c100a03c17492316aa293
openapi_transformed_spec_hash: 9d70310a76975e9ef7599b07f7a57049
config_hash: 18f602826c88bad76c6fdf08ab67247a
codegen_sha: 010a69dd1492fae452561ed7fc5765d18c24a4ed
codegen_hash: bd90f346225585f82779b8977366279b0cd8860f848989fa782346e095684baa
public_codegen_sha: d252908dbbbad5d8541b15d549cbeb383ce01333
generation_id: a6a86caa-a928-4c86-a08d-d87c1533ed0a
openapi_spec_hash: 6111af34c20d341cdd4d9be65aeaab35
openapi_transformed_spec_hash: cd3fd4f930f05e25866333bf7f99a0f8
config_hash: a7b2953a5cf16992f2efba8b0fcd15ea
codegen_sha: 4673e54d227dc4de18a73adce1cfc90bf42f31ac
codegen_hash: c00199a3281cfe28d53f4ec4ccc6de66a2e662597678739c8d7e908d782eba2e
public_codegen_sha: d9d5b509adf456de70d6bee7cb4cebbe74328c60
218 changes: 151 additions & 67 deletions api_reference/openapi.transformed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,30 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Batch'
'400':
description: The request is invalid or the account cannot create a batch.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
description: The request was rejected because a rate limit was exceeded.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: An internal error prevented the batch from being created.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'503':
description: The batch could not be created because the service is temporarily unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: batch
examples:
Expand Down Expand Up @@ -1777,6 +1801,24 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ListBatchesResponse'
'400':
description: Invalid pagination parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: No batch was found with the specified pagination cursor.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
description: The request was rejected because a rate limit was exceeded.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: batch
examples:
Expand Down Expand Up @@ -1864,6 +1906,24 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Batch'
'400':
description: Invalid batch ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: No batch was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
description: The request was rejected because a rate limit was exceeded.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: batch
examples:
Expand Down Expand Up @@ -1940,6 +2000,30 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Batch'
'400':
description: Invalid batch ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'404':
description: No batch was found with the specified ID.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'409':
description: The batch's current status does not allow cancellation.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'429':
description: The request was rejected because a rate limit was exceeded.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-oaiMeta:
group: batch
examples:
Expand Down Expand Up @@ -79538,72 +79622,6 @@ components:
- environment
additionalProperties: false
description: Emitted when a hosted session environment is ready to connect.
BetaResponseStreamEvent:
description: Event emitted while a response is streamed.
anyOf:
- $ref: '#/components/schemas/BetaResponseAudioDeltaEvent'
- $ref: '#/components/schemas/BetaResponseAudioDoneEvent'
- $ref: '#/components/schemas/BetaResponseAudioTranscriptDeltaEvent'
- $ref: '#/components/schemas/BetaResponseAudioTranscriptDoneEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCodeDeltaEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCodeDoneEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallInterpretingEvent'
- $ref: '#/components/schemas/BetaResponseCompactionCompactingStreamingEvent'
- $ref: '#/components/schemas/BetaResponseCompletedEvent'
- $ref: '#/components/schemas/BetaResponseContentPartAddedEvent'
- $ref: '#/components/schemas/BetaResponseContentPartDoneEvent'
- $ref: '#/components/schemas/BetaResponseCreatedEvent'
- $ref: '#/components/schemas/BetaResponseErrorEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallSearchingEvent'
- $ref: '#/components/schemas/BetaResponseFunctionCallArgumentsDeltaEvent'
- $ref: '#/components/schemas/BetaResponseFunctionCallArgumentsDoneEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandAddedStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandDeltaStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandDoneStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallOutputContentDeltaStreamingEvent'
x-stainless-skip:
- go
- $ref: '#/components/schemas/BetaResponseShellCallOutputContentDoneStreamingEvent'
- $ref: '#/components/schemas/BetaResponseInProgressEvent'
- $ref: '#/components/schemas/BetaResponseFailedEvent'
- $ref: '#/components/schemas/BetaResponseIncompleteEvent'
- $ref: '#/components/schemas/BetaResponseOutputItemAddedEvent'
- $ref: '#/components/schemas/BetaResponseOutputItemDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryPartAddedEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryPartDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseReasoningTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseRefusalDeltaEvent'
- $ref: '#/components/schemas/BetaResponseRefusalDoneEvent'
- $ref: '#/components/schemas/BetaResponseTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallSearchingEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallGeneratingEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallPartialImageEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallArgumentsDeltaEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallArgumentsDoneEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallFailedEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsCompletedEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsFailedEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsInProgressEvent'
- $ref: '#/components/schemas/BetaResponseOutputTextAnnotationAddedEvent'
- $ref: '#/components/schemas/BetaResponseQueuedEvent'
- $ref: '#/components/schemas/BetaResponseCustomToolCallInputDeltaEvent'
- $ref: '#/components/schemas/BetaResponseCustomToolCallInputDoneEvent'
discriminator:
propertyName: type
SessionEventAgentSessionEnvironmentReset:
type: object
properties:
Expand Down Expand Up @@ -80833,7 +80851,6 @@ components:
mapping:
error: '#/components/schemas/SessionEventError'
agent.session.environment.ready: '#/components/schemas/SessionEventAgentSessionEnvironmentReady'
agent.session.turn.reasoning_summary_text.done: '#/components/schemas/SessionEventAgentSessionTurnReasoningSummaryTextDone'
agent.session.environment.reset: '#/components/schemas/SessionEventAgentSessionEnvironmentReset'
agent.output.command_execution_output.delta: '#/components/schemas/SessionEventAgentOutputCommandExecutionOutputDelta'
agent.session.created: '#/components/schemas/SessionEventAgentSessionCreated'
Expand Down Expand Up @@ -80862,6 +80879,7 @@ components:
agent.session.turn.reasoning_summary_part.added: '#/components/schemas/SessionEventAgentSessionTurnReasoningSummaryPartAdded'
agent.session.turn.reasoning_summary_part.done: '#/components/schemas/SessionEventAgentSessionTurnReasoningSummaryPartDone'
agent.session.turn.reasoning_summary_text.delta: '#/components/schemas/SessionEventAgentSessionTurnReasoningSummaryTextDelta'
agent.session.turn.reasoning_summary_text.done: '#/components/schemas/SessionEventAgentSessionTurnReasoningSummaryTextDone'
x-oai-discriminator-values:
- error
- agent.session.environment.ready
Expand Down Expand Up @@ -96591,6 +96609,72 @@ components:
type: integer
minimum: 0
maximum: 20
BetaResponseStreamEvent:
description: Event emitted while a response is streamed.
anyOf:
- $ref: '#/components/schemas/BetaResponseAudioDeltaEvent'
- $ref: '#/components/schemas/BetaResponseAudioDoneEvent'
- $ref: '#/components/schemas/BetaResponseAudioTranscriptDeltaEvent'
- $ref: '#/components/schemas/BetaResponseAudioTranscriptDoneEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCodeDeltaEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCodeDoneEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseCodeInterpreterCallInterpretingEvent'
- $ref: '#/components/schemas/BetaResponseCompactionCompactingStreamingEvent'
- $ref: '#/components/schemas/BetaResponseCompletedEvent'
- $ref: '#/components/schemas/BetaResponseContentPartAddedEvent'
- $ref: '#/components/schemas/BetaResponseContentPartDoneEvent'
- $ref: '#/components/schemas/BetaResponseCreatedEvent'
- $ref: '#/components/schemas/BetaResponseErrorEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseFileSearchCallSearchingEvent'
- $ref: '#/components/schemas/BetaResponseFunctionCallArgumentsDeltaEvent'
- $ref: '#/components/schemas/BetaResponseFunctionCallArgumentsDoneEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandAddedStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandDeltaStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallCommandDoneStreamingEvent'
- $ref: '#/components/schemas/BetaResponseShellCallOutputContentDeltaStreamingEvent'
x-stainless-skip:
- go
- $ref: '#/components/schemas/BetaResponseShellCallOutputContentDoneStreamingEvent'
- $ref: '#/components/schemas/BetaResponseInProgressEvent'
- $ref: '#/components/schemas/BetaResponseFailedEvent'
- $ref: '#/components/schemas/BetaResponseIncompleteEvent'
- $ref: '#/components/schemas/BetaResponseOutputItemAddedEvent'
- $ref: '#/components/schemas/BetaResponseOutputItemDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryPartAddedEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryPartDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseReasoningSummaryTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseReasoningTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseReasoningTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseRefusalDeltaEvent'
- $ref: '#/components/schemas/BetaResponseRefusalDoneEvent'
- $ref: '#/components/schemas/BetaResponseTextDeltaEvent'
- $ref: '#/components/schemas/BetaResponseTextDoneEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseWebSearchCallSearchingEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallGeneratingEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseImageGenCallPartialImageEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallArgumentsDeltaEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallArgumentsDoneEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallCompletedEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallFailedEvent'
- $ref: '#/components/schemas/BetaResponseMCPCallInProgressEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsCompletedEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsFailedEvent'
- $ref: '#/components/schemas/BetaResponseMCPListToolsInProgressEvent'
- $ref: '#/components/schemas/BetaResponseOutputTextAnnotationAddedEvent'
- $ref: '#/components/schemas/BetaResponseQueuedEvent'
- $ref: '#/components/schemas/BetaResponseCustomToolCallInputDeltaEvent'
- $ref: '#/components/schemas/BetaResponseCustomToolCallInputDoneEvent'
discriminator:
propertyName: type
OAuthErrorCode:
anyOf:
- enum:
Expand Down
Loading