langgraph icon indicating copy to clipboard operation
langgraph copied to clipboard

Add trace parameter to init method

Open vegetablest opened this issue 1 year ago • 0 comments

Currently, the trace parameter in ToolExecutor is fixed at False. This means that if a node in the graph uses this, the trace record of that node in LangSmith is always independent of the entire graph. To allow for flexible tracing configuration, I added a trace parameter to the ToolExecutor.__init__() method.

vegetablest avatar Jul 25 '24 03:07 vegetablest