Skip to content

Commit d38107d

Browse files
committed
Update import
1 parent 5fca287 commit d38107d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/elastic_assistant/server/lib/langchain/graphs/default_assistant_graph/nodes

x-pack/plugins/elastic_assistant/server/lib/langchain/graphs/default_assistant_graph/nodes/execute_tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import { RunnableConfig } from '@langchain/core/runnables';
99
import { StructuredTool } from '@langchain/core/tools';
10-
import { ToolExecutor } from '@langchain/langgraph';
10+
import { ToolExecutor } from '@langchain/langgraph/prebuilt';
1111
import { AgentState, NodeParamsBase } from '../types';
1212

1313
export interface ExecuteToolsParams extends NodeParamsBase {

0 commit comments

Comments
 (0)