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 9b79cc4 commit f3d1114Copy full SHA for f3d1114
packages/agent-sdk/src/autonomous.ts
@@ -1,6 +1,6 @@
1
import { BitteToolResult } from "@bitte-ai/types";
2
3
-const BITTE_API_URL = "https://ai-runtime-446257178793.europe-west1.run.app";
+const BITTE_API_URL = "https://ai-runtime-446257178793.europe-west1.run.app/chat";
4
5
export interface AgentResponse {
6
content: string;
0 commit comments