Skip to content

Commit

Permalink
Fix last case
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Oct 28, 2024
1 parent 0a9e8a4 commit 3e4c23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type TagValue = { tag: Tag; type: TagType };
export type Tag = {
id: string;
name: string;
getValue: () => ToolDefinition | string;
getValue: () => ManagedTool | string;
disabled?: boolean;
icon?: IconName;
description?: string;
Expand Down

0 comments on commit 3e4c23e

Please sign in to comment.