Type Alias: GatewayInferenceResponseCodeInterpreterCallCodeDeltaEvent
type GatewayInferenceResponseCodeInterpreterCallCodeDeltaEvent = {
[key: string]: unknown;
type: "response.code_interpreter_call.code.delta";
output_index: number;
delta: string;
};
Defined in: src/models/ai-gateway-inference.ts:4522
Portkey ResponseCodeInterpreterCallCodeDeltaEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseCodeInterpreterCallCodeDeltaEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.code_interpreter_call.code.delta";
Defined in: src/models/ai-gateway-inference.ts:4523
output_index
output_index: number;
Defined in: src/models/ai-gateway-inference.ts:4524
delta
delta: string;
Defined in: src/models/ai-gateway-inference.ts:4525