Skip to content

Commit

Permalink
Update packages/client/src/base/tool-manager/tool-manager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fleck <[email protected]>
  • Loading branch information
tortmayr and martin-fleck-at authored Jun 25, 2024
1 parent 147b31c commit e68d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/base/tool-manager/tool-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface IToolManager {
/** The currently active tools, which are either specifically enabled tools, or the default tools. */
readonly activeTools: Tool[];

/** Flag that is `true` if the currently the default tools are enabled i.e. no other tools has been explicitly enabled */
/** Flag to indicate that the default tools are enabled and no other tool was explicitly enabled. */
readonly defaultToolsEnabled: boolean;

/**
Expand Down

0 comments on commit e68d35e

Please sign in to comment.