Skip to main content

Type Alias: GatewayInferenceFeedbackResponse

type GatewayInferenceFeedbackResponse = {
[key: string]: unknown;
status?: string;
message?: string;
feedback_ids?: string[];
};

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

Portkey FeedbackResponse; additive response fields are preserved.

Example​

`GatewayInferenceFeedbackResponseSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

status?​

optional status?: string;

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


message?​

optional message?: string;

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


feedback_ids?​

optional feedback_ids?: string[];

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