Interfaces
SamplingResult
Defined in: server/context.ts:42
Defined in: server/context.ts:44
Defined in: server/context.ts:47
Defined in: server/context.ts:43
Defined in: server/context.ts:48
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
content:
| {
text: string;
type: "text";
}
| {
data: string;
mimeType: string;
type: "image";
};
model: string;
role: "assistant";
optional stopReason?: string;