We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84d0a7 commit 92f3301Copy full SHA for 92f3301
ai-assistant/src/langchain/tools/ToolManager.ts
@@ -112,6 +112,8 @@ export class ToolManager {
112
return model;
113
}
114
115
+ // @todo: need to fix return type of this bindToModel method.
116
+ // @ts-ignore
117
return model.bindTools(langChainTools);
118
} catch (error) {
119
console.error(`Error binding tools to ${providerId} model:`, error);
0 commit comments