Skip to content

Commit eecb93c

Browse files
lbliiibxyu-nvidia
andauthored
docs(readme): fix Example Resource Servers table - correct Multi Step… (#464)
Update 'Demonstrates' column for Multi Step example: - Before: Instruction_Following example - After: Multi-step tool calling Fixes #417 --------- Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com>
1 parent 0e367c2 commit eecb93c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Purpose: Demonstrate NeMo Gym patterns and concepts.
164164
<!-- START_EXAMPLE_ONLY_SERVERS_TABLE -->
165165
| Name | Demonstrates | Config | README |
166166
| ---------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- |
167-
| Multi Step | Instruction_Following example | <a href='resources_servers/example_multi_step/configs/example_multi_step.yaml'>example_multi_step.yaml</a> | <a href='resources_servers/example_multi_step/README.md'>README</a> |
167+
| Multi Step | Multi-step tool calling | <a href='resources_servers/example_multi_step/configs/example_multi_step.yaml'>example_multi_step.yaml</a> | <a href='resources_servers/example_multi_step/README.md'>README</a> |
168168
| Simple Weather | Basic single-step tool calling | <a href='resources_servers/example_simple_weather/configs/simple_weather.yaml'>simple_weather.yaml</a> | <a href='resources_servers/example_simple_weather/README.md'>README</a> |
169169
| Stateful Counter | Session state management (in-memory) | <a href='resources_servers/example_stateful_counter/configs/stateful_counter.yaml'>stateful_counter.yaml</a> | <a href='resources_servers/example_stateful_counter/README.md'>README</a> |
170170
<!-- END_EXAMPLE_ONLY_SERVERS_TABLE -->

resources_servers/example_multi_step/configs/example_multi_step.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ example_multi_step_resources_server:
44
entrypoint: app.py
55
domain: instruction_following
66
verified: false
7+
description: Multi-step tool calling
78
example_multi_step_simple_agent:
89
responses_api_agents:
910
simple_agent:

0 commit comments

Comments
 (0)