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 9822016 commit d47279aCopy full SHA for d47279a
plugins/genai/node/src/extensions.ts
@@ -12,11 +12,11 @@
12
*/
13
14
import { createExtensionPoint } from '@backstage/backend-plugin-api';
15
-import { ToolInterface } from '@langchain/core/tools';
+import { StructuredToolInterface } from '@langchain/core/tools';
16
import { AgentTypeFactory } from './types';
17
18
export interface AgentToolExtensionPoint {
19
- addTools(...tools: ToolInterface[]): void;
+ addTools(...tools: StructuredToolInterface[]): void;
20
}
21
22
export const agentToolExtensionPoint =
0 commit comments