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 bb6acba commit ae4808aCopy full SHA for ae4808a
typescript-sdk/apps/dojo/src/agents.ts
@@ -138,6 +138,9 @@ export const agentsIntegrations: AgentIntegrationConfig[] = [
138
deploymentUrl: envVars.langgraphPythonUrl,
139
graphId: "tool_based_generative_ui",
140
}),
141
+ agentic_chat_reasoning: new LangGraphHttpAgent({
142
+ url: `${envVars.langgraphPythonUrl}/agent/agentic_chat_reasoning`,
143
+ }),
144
};
145
},
146
0 commit comments