Skip to main content

Type Alias: GatewayInferenceInputUrlCitation

type GatewayInferenceInputUrlCitation = {
url: string;
title: string;
type: "url_citation";
start_index: number;
end_index: number;
};

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

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

Example​

`GatewayInferenceInputUrlCitationSchema.parse(value);`

Properties​

url​

url: string;

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


title​

title: string;

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


type​

type: "url_citation";

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


start_index​

start_index: number;

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


end_index​

end_index: number;

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