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