Skip to main content

Type Alias: GatewayInferenceCodeInterpreterTextOutput

type GatewayInferenceCodeInterpreterTextOutput = {
[key: string]: unknown;
type: "logs";
logs: string;
};

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

Portkey CodeInterpreterTextOutput; additive response fields are preserved.

Example​

`GatewayInferenceCodeInterpreterTextOutputSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "logs";

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


logs​

logs: string;

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