Type Alias: GatewayInferenceInputChunkingStrategyRequestParam
type GatewayInferenceInputChunkingStrategyRequestParam =
| GatewayInferenceInputAutoChunkingStrategyRequestParam
| GatewayInferenceInputStaticChunkingStrategyRequestParam;
Defined in: src/models/ai-gateway-inference.ts:7210
Portkey ChunkingStrategyRequestParam; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputChunkingStrategyRequestParamSchema.parse(value);`