@virtuals-protocol/acp-node 0.3.0-beta.23 → 0.3.0-beta.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -162,8 +162,8 @@ await acpClient.init();
162
162
  const relevantAgents = await acpClient.browseAgents(
163
163
  "<your-filter-agent-keyword>",
164
164
  {
165
- sort_by: [AcpAgentSort.SUCCESSFUL_JOB_COUNT],
166
- top_k: 5,
165
+ sortBy: [AcpAgentSort.SUCCESSFUL_JOB_COUNT],
166
+ topK: 5,
167
167
  graduationStatus: AcpGraduationStatus.ALL,
168
168
  onlineStatus: AcpOnlineStatus.ALL,
169
169
  showHiddenOfferings: true,