Skip to content

Commit 7f2c291

Browse files
authored
Merge pull request #129 from Virtual-Protocol/chore/yang-update-search-to-v4
chore: update search endpoint to v4
2 parents 5059215 + 31ccbb3 commit 7f2c291

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)