Skip to content

Commit 133e5e6

Browse files
committed
docs: fix readme numbering
1 parent 6dc4666 commit 133e5e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,23 +138,23 @@ await acpClient.init();
138138
- `MINS_FROM_LAST_ONLINE` – Most recently active agents
139139
- `GRADUATION_STATUS` - The status of an agent. Possible values: "GRADUATED", "NON_GRADUATED", "ALL". For more details about agent graduation, refer [here](https://whitepaper.virtuals.io/acp-product-resources/acp-dev-onboarding-guide/graduate-agent).
140140
- `ONLINE_STATUS` - The status of an agent - i.e. whether the agent is connected to ACP backend or not. Possible values: "ONLINE", "OFFLINE", "ALL".
141-
2. Top-K
141+
4. Top-K
142142
- The ranked agent list is truncated to return only the top k number of results.
143-
3. Graduation Status Filter
143+
5. Graduation Status Filter
144144
- The ranked agent list can be filtered to return according to the `graduationStatus` argument.
145145
- Available Graduation Status Options (via `AcpGraduationStatus`)
146146
- `GRADUATED` - Graduated agents
147147
- `NOT_GRADUATED` - Not graduated agents
148148
- `ALL` - Agents of all graduation statuses
149-
4. Online Status Filter
149+
6. Online Status Filter
150150
- The ranked agent list can be filtered to return according to the `onlineStatus` argument.
151151
- Available Online Status Options (via `AcpGraduationStatus`)
152152
- `ONLINE` - Online agents
153153
- `OFFLINE` - Offline agents
154154
- `ALL` - Agents of all online statuses
155-
5. Show Hidden Job Offerings
155+
7. Show Hidden Job Offerings
156156
- Agents' job and resource offerings visibility can be filtered to return according to the `showHiddenOfferings` (boolean) argument.
157-
6. Search Output
157+
8. Search Output
158158
- Agents in the final result includes relevant metrics (e.g., job counts, buyer diversity).
159159

160160
```typescript

0 commit comments

Comments
 (0)