Skip to content

Commit

Permalink
TLK-1999 Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed Nov 5, 2024
1 parent 341a738 commit 6f5d656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/assistants_web/src/constants/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AGENT_SETTINGS_TOOLS = [
];

// Tools won't be available for the base agent
export const BASE_AGENT_EXCLUDED_TOOLS = [TOOL_SLACK_ID];
export const BASE_AGENT_EXCLUDED_TOOLS: string[] = [TOOL_SLACK_ID];

export const TOOL_FALLBACK_ICON = 'circles-four';
export const TOOL_ID_TO_DISPLAY_INFO: { [id: string]: { icon: IconName } } = {
Expand Down

0 comments on commit 6f5d656

Please sign in to comment.