Type Alias: GatewayInferenceResponseCodeInterpreterCallInterpretingEvent
type GatewayInferenceResponseCodeInterpreterCallInterpretingEvent = {
[key: string]: unknown;
type: "response.code_interpreter_call.interpreting";
output_index: number;
code_interpreter_call: GatewayInferenceCodeInterpreterToolCall;
};
Defined in: src/models/ai-gateway-inference.ts:4673
Portkey ResponseCodeInterpreterCallInterpretingEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseCodeInterpreterCallInterpretingEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.code_interpreter_call.interpreting";
Defined in: src/models/ai-gateway-inference.ts:4674
output_index
output_index: number;
Defined in: src/models/ai-gateway-inference.ts:4675
code_interpreter_call
code_interpreter_call: GatewayInferenceCodeInterpreterToolCall;
Defined in: src/models/ai-gateway-inference.ts:4676