Skip to content

Commit f3d1114

Browse files
committed
Add correct path to api
1 parent 9b79cc4 commit f3d1114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-sdk/src/autonomous.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { BitteToolResult } from "@bitte-ai/types";
22

3-
const BITTE_API_URL = "https://ai-runtime-446257178793.europe-west1.run.app";
3+
const BITTE_API_URL = "https://ai-runtime-446257178793.europe-west1.run.app/chat";
44

55
export interface AgentResponse {
66
content: string;

0 commit comments

Comments
 (0)