Type Alias: GatewayInferenceInputAutoChunkingStrategyRequestParam
type GatewayInferenceInputAutoChunkingStrategyRequestParam = {
type: "auto";
};
Defined in: src/models/ai-gateway-inference.ts:6955
Portkey AutoChunkingStrategyRequestParam; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputAutoChunkingStrategyRequestParamSchema.parse(value);`
Properties
type
type: "auto";
Defined in: src/models/ai-gateway-inference.ts:6955