fix web errors
This commit is contained in:
@@ -11,7 +11,7 @@ const serviceAdapter = new ExperimentalEmptyAdapter();
|
||||
const runtime = new CopilotRuntime({
|
||||
remoteEndpoints: [
|
||||
{
|
||||
url: process.env.LANGGRAPH_DEPLOYMENT_URL || "http://localhost:8000",
|
||||
url: `${process.env.LANGGRAPH_DEPLOYMENT_URL || "http://localhost:8000"}/copilotkit`,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user