Skip to content

Commit 2379f3c

Browse files
committed
Fix UI options adding required metadata
1 parent 03a4470 commit 2379f3c

File tree

1 file changed

+1
-1
lines changed
  • packages/blink/src/agent

1 file changed

+1
-1
lines changed

packages/blink/src/agent/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export type WithUIOptions<
6464
> = MESSAGE & {
6565
readonly role: "user";
6666
readonly metadata: MESSAGE["metadata"] & {
67-
readonly options: OPTIONS;
67+
readonly options?: OPTIONS;
6868
};
6969
};
7070

0 commit comments

Comments
 (0)