File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
resources_servers/example_multi_step/configs Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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
78example_multi_step_simple_agent :
89 responses_api_agents :
910 simple_agent :
You can’t perform that action at this time.
0 commit comments