Skip to content

Commit ad7d9e1

Browse files
committed
first commit
1 parent c3be75a commit ad7d9e1

3 files changed

Lines changed: 2 additions & 35 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/app/api/copilotkit/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const runtime = new CopilotRuntime({
2121
// CopilotKit automatically maintains the conversation history and passes it
2222
// to the agent through the RunAgentInput which includes all messages
2323
contoso_agent: new HttpAgent({
24-
url: `${backendUrl}/agent/contoso_assistant`,
24+
url: `${backendUrl}/agent/customer_service_assistant`,
2525
// debug: true // Uncomment to see detailed AG-UI protocol logs
2626
}),
2727
},

src/frontend/src/app/api/copilotkit/route.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)