OpenAIResponsesToolChoiceShell - TypeScript SDK

OpenAIResponsesToolChoiceShell type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { OpenAIResponsesToolChoiceShell } from "@openrouter/sdk/models";
2
3let value: OpenAIResponsesToolChoiceShell = {
4 type: "shell",
5};

Fields

FieldTypeRequiredDescription
typemodels.OpenAIResponsesToolChoiceTypeShell✔️N/A