Skip to main content

Type Alias: GatewayInferenceResponseCodeInterpreterCallCodeDoneEvent

type GatewayInferenceResponseCodeInterpreterCallCodeDoneEvent = {
[key: string]: unknown;
type: "response.code_interpreter_call.code.done";
output_index: number;
code: string;
};

Defined in: src/models/ai-gateway-inference.ts:4542

Portkey ResponseCodeInterpreterCallCodeDoneEvent; additive response fields are preserved.

Example​

`GatewayInferenceResponseCodeInterpreterCallCodeDoneEventSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "response.code_interpreter_call.code.done";

Defined in: src/models/ai-gateway-inference.ts:4543


output_index​

output_index: number;

Defined in: src/models/ai-gateway-inference.ts:4544


code​

code: string;

Defined in: src/models/ai-gateway-inference.ts:4545