Skip to main content

Type Alias: GatewayInferenceComputerToolCallSafetyCheck

type GatewayInferenceComputerToolCallSafetyCheck = {
[key: string]: unknown;
id: string;
code: string;
message: string;
};

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

Portkey ComputerToolCallSafetyCheck; additive response fields are preserved.

Example​

`GatewayInferenceComputerToolCallSafetyCheckSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

id​

id: string;

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


code​

code: string;

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


message​

message: string;

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