Skip to content
Open
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
12 changes: 6 additions & 6 deletions .castiron.stats.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
schema_version: 1
generation_id: feaf88e6-0c6a-4d57-95a5-0bcc23d7105c
openapi_spec_hash: ce912f79d7f8cb19a7a515513c214b8a
openapi_transformed_spec_hash: 352b5a7a028f990b6475b6593e381eee
config_hash: dde98d9c41cd6f4163320f92c70f83e6
codegen_sha: 799a1f4d5f6b415088641ca4d3bbb804443ec30e
generation_id: ee9a257e-a4d5-4c9a-bf6a-f9df17b53e41
openapi_spec_hash: 5c26285174e711e586fae95a3c1ed44f
openapi_transformed_spec_hash: 7d604cff905e5ee4218b494eb1061d68
config_hash: 2e863561988451a51170e448529869da
codegen_sha: 06c06212122c9dbc32c74d04adbcc321809dacce
codegen_hash: 7d4da50897149f4eab2fa63ac3dbc972694c6dfeb79a01531da408010bff5dcd
public_codegen_sha: 4b121f228fc198913ea2a56404f38d8f18ca0e86
public_codegen_sha: dae207230871f9087a3a2eb584a7c2ce65010475
52 changes: 52 additions & 0 deletions api_reference/openapi.transformed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41923,6 +41923,10 @@ components:
FunctionAndCustomToolCallOutput:
discriminator:
propertyName: type
mapping:
input_text: '#/components/schemas/InputTextContent'
input_image: '#/components/schemas/InputImageContent'
input_file: '#/components/schemas/InputFileContent'
anyOf:
- $ref: '#/components/schemas/InputTextContent'
- $ref: '#/components/schemas/InputImageContent'
Expand Down Expand Up @@ -62793,17 +62797,39 @@ components:
A tool that can be used to generate a response.
discriminator:
propertyName: type
mapping:
apply_patch: '#/components/schemas/ApplyPatchToolParam'
anyOf:
- $ref: '#/components/schemas/FunctionTool'
- $ref: '#/components/schemas/FileSearchTool'
- $ref: '#/components/schemas/ComputerTool'
- $ref: '#/components/schemas/ComputerUsePreviewTool'
- $ref: '#/components/schemas/WebSearchTool'
- $ref: '#/components/schemas/MCPTool'
x-stainless-variantName: mcp
x-stainless-naming:
python:
type_name: Mcp
- $ref: '#/components/schemas/CodeInterpreterTool'
x-stainless-variantName: code_interpreter
x-stainless-naming:
python:
type_name: CodeInterpreter
- $ref: '#/components/schemas/ProgrammaticToolCallingParam'
x-stainless-variantName: programmatic_tool_calling
x-stainless-naming:
python:
type_name: ProgrammaticToolCalling
- $ref: '#/components/schemas/ImageGenTool'
x-stainless-variantName: image_generation
x-stainless-naming:
python:
type_name: ImageGeneration
- $ref: '#/components/schemas/LocalShellToolParam'
x-stainless-variantName: local_shell
x-stainless-naming:
python:
type_name: LocalShell
- $ref: '#/components/schemas/FunctionShellToolParam'
- $ref: '#/components/schemas/CustomToolParam'
- $ref: '#/components/schemas/NamespaceToolParam'
Expand Down Expand Up @@ -84377,17 +84403,39 @@ components:
A tool that can be used to generate a response.
discriminator:
propertyName: type
mapping:
apply_patch: '#/components/schemas/BetaApplyPatchToolParam'
anyOf:
- $ref: '#/components/schemas/BetaFunctionTool'
- $ref: '#/components/schemas/BetaFileSearchTool'
- $ref: '#/components/schemas/BetaComputerTool'
- $ref: '#/components/schemas/BetaComputerUsePreviewTool'
- $ref: '#/components/schemas/BetaWebSearchTool'
- $ref: '#/components/schemas/BetaMCPTool'
x-stainless-variantName: mcp
x-stainless-naming:
python:
type_name: Mcp
- $ref: '#/components/schemas/BetaCodeInterpreterTool'
x-stainless-variantName: code_interpreter
x-stainless-naming:
python:
type_name: CodeInterpreter
- $ref: '#/components/schemas/BetaProgrammaticToolCallingParam'
x-stainless-variantName: programmatic_tool_calling
x-stainless-naming:
python:
type_name: ProgrammaticToolCalling
- $ref: '#/components/schemas/BetaImageGenTool'
x-stainless-variantName: image_generation
x-stainless-naming:
python:
type_name: ImageGeneration
- $ref: '#/components/schemas/BetaLocalShellToolParam'
x-stainless-variantName: local_shell
x-stainless-naming:
python:
type_name: LocalShell
- $ref: '#/components/schemas/BetaFunctionShellToolParam'
- $ref: '#/components/schemas/BetaCustomToolParam'
- $ref: '#/components/schemas/BetaNamespaceToolParam'
Expand Down Expand Up @@ -86012,6 +86060,10 @@ components:
BetaFunctionAndCustomToolCallOutput:
discriminator:
propertyName: type
mapping:
input_text: '#/components/schemas/BetaInputTextContent'
input_image: '#/components/schemas/BetaInputImageContent'
input_file: '#/components/schemas/BetaInputFileContent'
anyOf:
- $ref: '#/components/schemas/BetaInputTextContent'
- $ref: '#/components/schemas/BetaInputImageContent'
Expand Down
Loading