Skip to main content

Type Alias: GatewayInferenceStaticChunkingStrategyResponseParam

type GatewayInferenceStaticChunkingStrategyResponseParam = {
[key: string]: unknown;
type: "static";
static: GatewayInferenceStaticChunkingStrategy;
};

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

Portkey StaticChunkingStrategyResponseParam; additive response fields are preserved.

Example​

`GatewayInferenceStaticChunkingStrategyResponseParamSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "static";

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


static​

static: GatewayInferenceStaticChunkingStrategy;

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