Type Alias: GatewayInferenceInputComputerToolCallSafetyCheck
type GatewayInferenceInputComputerToolCallSafetyCheck = {
id: string;
code: string;
message: string;
};
Defined in: src/models/ai-gateway-inference.ts:3218
Portkey ComputerToolCallSafetyCheck; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputComputerToolCallSafetyCheckSchema.parse(value);`
Properties
id
id: string;
Defined in: src/models/ai-gateway-inference.ts:3219
code
code: string;
Defined in: src/models/ai-gateway-inference.ts:3220
message
message: string;
Defined in: src/models/ai-gateway-inference.ts:3221