There was an error while loading. Please reload this page.
1 parent 03a4470 commit 2379f3cCopy full SHA for 2379f3c
packages/blink/src/agent/ui.ts
@@ -64,7 +64,7 @@ export type WithUIOptions<
64
> = MESSAGE & {
65
readonly role: "user";
66
readonly metadata: MESSAGE["metadata"] & {
67
- readonly options: OPTIONS;
+ readonly options?: OPTIONS;
68
};
69
70
0 commit comments