Skip to content

Commit d8d3c87

Browse files
committed
fix url to reasoning dojo for fastapi
1 parent ae4808a commit d8d3c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/src/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const agentsIntegrations: AgentIntegrationConfig[] = [
167167
url: `${envVars.langgraphFastApiUrl}/agent/tool_based_generative_ui`,
168168
}),
169169
agentic_chat_reasoning: new LangGraphHttpAgent({
170-
url: "http://localhost:8000/agent/agentic_chat_reasoning",
170+
url: `${envVars.langgraphFastApiUrl}/agent/agentic_chat_reasoning`,
171171
}),
172172
};
173173
},

0 commit comments

Comments
 (0)