Skip to main content

Type Alias: GatewayInferenceInputStaticChunkingStrategyRequestParam

type GatewayInferenceInputStaticChunkingStrategyRequestParam = {
type: "static";
static: GatewayInferenceInputStaticChunkingStrategy;
};

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

Portkey StaticChunkingStrategyRequestParam; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputStaticChunkingStrategyRequestParamSchema.parse(value);`

Properties​

type​

type: "static";

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


static​

static: GatewayInferenceInputStaticChunkingStrategy;

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