Skip to content

Commit 31ccbb3

Browse files
committed
chore: update search endpoint to v4
1 parent 5059215 commit 31ccbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtuals_acp/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def browse_agents(
291291
graduation_status: Optional[ACPGraduationStatus] = None,
292292
online_status: Optional[ACPOnlineStatus] = None,
293293
) -> List[IACPAgent]:
294-
url = f"{self.acp_api_url}/agents/v3/search?search={keyword}"
294+
url = f"{self.acp_api_url}/agents/v4/search?search={keyword}"
295295
top_k = 5 if top_k is None else top_k
296296

297297
if sort_by:

0 commit comments

Comments
 (0)