Skip to main content
Defined in: server/context.ts:41

Properties

content

content: 
  | {
  text: string;
  type: "text";
}
  | {
  data: string;
  mimeType: string;
  type: "image";
};
Defined in: server/context.ts:43

model

model: string;
Defined in: server/context.ts:46

role

role: "assistant";
Defined in: server/context.ts:42

stopReason?

optional stopReason?: string;
Defined in: server/context.ts:47