Skip to content

Commit

Permalink
silenced build errors in unused tool
Browse files Browse the repository at this point in the history
  • Loading branch information
cngarrison committed Oct 10, 2024
1 parent 6a30e68 commit 8ee8728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/llms/tools/delegateTasks.tool/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ interface Resource {
type InputSchema = Record<string, unknown>;

export default class DelegateTasksTool extends LLMTool {
/*
private interactionManager: InteractionManager;
private resourceManager: ResourceManager;
private capabilityManager: CapabilityManager;
Expand All @@ -59,6 +60,7 @@ export default class DelegateTasksTool extends LLMTool {
this.taskQueue = taskQueue;
return this;
}
*/
get input_schema(): LLMToolInputSchema {
return {
type: 'object',
Expand Down

0 comments on commit 8ee8728

Please sign in to comment.