Skip to content

Commit c6d83a8

Browse files
committed
chore: add agent keyword in buyer example
1 parent e6f1dad commit c6d83a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/acp-base/subscription/buyer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function buyer() {
125125
});
126126

127127
// Browse available agents
128-
const relevantAgents = await acpClient.browseAgents("", {
128+
const relevantAgents = await acpClient.browseAgents("your-agent-keyword", {
129129
sortBy: [AcpAgentSort.SUCCESSFUL_JOB_COUNT],
130130
topK: 5,
131131
graduationStatus: AcpGraduationStatus.ALL,

0 commit comments

Comments
 (0)