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 f8b46e5 commit 9b4793dCopy full SHA for 9b4793d
backend/api/routers/llms.py
@@ -68,6 +68,7 @@ async def stream_graph(
68
llm,
69
tools=resource.tools,
70
checkpointer=resource.checkpointer,
71
+ name="math_agent",
72
)
73
config = get_config(langfuse_handler)
74
events = dict(messages=[HumanMessage(content=query)])
0 commit comments