fix: adjust tool casts for build
This commit is contained in:
parent
d96f2abc4e
commit
764f7586de
1 changed files with 2 additions and 2 deletions
|
|
@ -296,8 +296,8 @@ export function createClawdisCodingTools(): AnyAgentTool[] {
|
||||||
});
|
});
|
||||||
const tools: AnyAgentTool[] = [
|
const tools: AnyAgentTool[] = [
|
||||||
...base,
|
...base,
|
||||||
bashTool as AnyAgentTool,
|
bashTool as unknown as AnyAgentTool,
|
||||||
processTool as AnyAgentTool,
|
processTool as unknown as AnyAgentTool,
|
||||||
createWhatsAppLoginTool(),
|
createWhatsAppLoginTool(),
|
||||||
...createClawdisTools(),
|
...createClawdisTools(),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue