Skip to content

Commit 8de0367

Browse files
committed
Fmt
1 parent f3d1114 commit 8de0367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/agent-sdk/src/autonomous.ts

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

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

56
export interface AgentResponse {
67
content: string;

0 commit comments

Comments
 (0)