Update examples section
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type ChatWindowMessage = {
|
||||
content: string;
|
||||
role: "human" | "ai";
|
||||
runId?: string;
|
||||
traceUrl?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user