Skip to content

Commit 38731ce

Browse files
authored
Merge pull request #32 from digitalocean/dledoux/add-url-versioning
Add v1 to agents url display
2 parents 1894857 + a995b9a commit 38731ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradient_adk/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ async def deploy():
477477
description=description,
478478
)
479479

480-
invoke_url = f"https://agents.do-ai.run/{workspace_uuid}/{agent_deployment_name}/run"
480+
invoke_url = f"https://agents.do-ai.run/v1/{workspace_uuid}/{agent_deployment_name}/run"
481481

482482
if json_output:
483483
output_json({

0 commit comments

Comments
 (0)