InputMessage: {
meta?: Record<string, any>;
text: string;
type: "bot" | "user" | "context" | "instruction" | "backstory" | "activity";
}
Type declaration
Optional
meta?: Record<string, any>
text: string
type: "bot" | "user" | "context" | "instruction" | "backstory" | "activity"