Skip to content

Commit 9b4793d

Browse files
committed
refactor(langgraph): change name to math_agent
1 parent f8b46e5 commit 9b4793d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/api/routers/llms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async def stream_graph(
6868
llm,
6969
tools=resource.tools,
7070
checkpointer=resource.checkpointer,
71+
name="math_agent",
7172
)
7273
config = get_config(langfuse_handler)
7374
events = dict(messages=[HumanMessage(content=query)])

0 commit comments

Comments
 (0)