Type Alias: GatewayInferenceChatCompletionRequestMessageContentPartText
type GatewayInferenceChatCompletionRequestMessageContentPartText = {
[key: string]: unknown;
type: "text";
text: string;
};
Defined in: src/models/ai-gateway-inference.ts:973
Portkey ChatCompletionRequestMessageContentPartText; additive response fields are preserved.
Example
`GatewayInferenceChatCompletionRequestMessageContentPartTextSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "text";
Defined in: src/models/ai-gateway-inference.ts:974
text
text: string;
Defined in: src/models/ai-gateway-inference.ts:975