TypeScript SDKAPI ReferenceModelsOpenAIResponseFunctionToolCallOutput - TypeScript SDKCopy pageOpenAIResponseFunctionToolCallOutput type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OpenAIResponseFunctionToolCallOutput } from "@openrouter/sdk/models";23let value: OpenAIResponseFunctionToolCallOutput = {4 callId: "call-abc123",5 output: "{\"temperature\":72,\"conditions\":\"sunny\"}",6 type: "function_call_output",7}; Fields FieldTypeRequiredDescriptionExamplecallIdstring✔️N/Aidstring➖N/Aoutputmodels.OpenAIResponseFunctionToolCallOutputOutput2✔️N/Astatusmodels.OpenAIResponseFunctionToolCallOutputStatus➖N/Acompletedtypemodels.OpenAIResponseFunctionToolCallOutputType✔️N/A