Skip to content

Commit 92f3301

Browse files
committed
ai-assistant: ToolManager: Add ts-ignore for type issue for now
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
1 parent a84d0a7 commit 92f3301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ai-assistant/src/langchain/tools/ToolManager.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ export class ToolManager {
112112
return model;
113113
}
114114

115+
// @todo: need to fix return type of this bindToModel method.
116+
// @ts-ignore
115117
return model.bindTools(langChainTools);
116118
} catch (error) {
117119
console.error(`Error binding tools to ${providerId} model:`, error);

0 commit comments

Comments
 (0)