Interfaces
SamplingMessage
Defined in: server/context.ts:20
Defined in: server/context.ts:22
Defined in: server/context.ts:21
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";
};
role: "user" | "assistant";