OpenAIResponseCustomToolCallOutputOutput2 - TypeScript SDK

OpenAIResponseCustomToolCallOutputOutput2 type definition

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

Supported Types

string

1const value: string = "<value>";

models.OpenAIResponseCustomToolCallOutputOutput1[]

1const value: models.OpenAIResponseCustomToolCallOutputOutput1[] = [
2 {
3 type: "input_file",
4 },
5];