Type Alias: GatewayInferenceOtherChunkingStrategyResponseParam
type GatewayInferenceOtherChunkingStrategyResponseParam = {
[key: string]: unknown;
type: "other";
};
Defined in: src/models/ai-gateway-inference.ts:7183
Portkey OtherChunkingStrategyResponseParam; additive response fields are preserved.
Example
`GatewayInferenceOtherChunkingStrategyResponseParamSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "other";
Defined in: src/models/ai-gateway-inference.ts:7184