File size: 1,488 Bytes
090dadd
 
 
 
 
 
 
eadee8e
 
090dadd
 
 
c848769
b835033
 
 
eadee8e
b835033
c848769
 
eadee8e
 
090dadd
b835033
eadee8e
090dadd
 
b835033
090dadd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: apache-2.0
pretty_name: NeMo Gym Conversational Tool-Use Assets
---

# NeMo Gym Conversational Tool-Use Assets

This dataset repository stores prompt and reference assets for NeMo Gym's conversational tool-use generation pipeline.
It is an asset bundle for Gym components, not a training or evaluation dataset.

## Contents

- `conversational_tool_use_domain_generation/prompts`: the domain-generation prompt.
- `conversational_tool_use_domain_generation/prompt_history`: historical domain-generation prompt revisions.
- `conversational_tool_use_policy_tool_generation/prompts`: policy, tool, refinement, and judge prompts.
- `conversational_tool_use_policy_tool_generation/prompt_history`: historical policy/tool-generation prompt revisions.
- `conversational_tool_use_policy_tool_generation/references/golden_policies`: golden policy Markdown and paired tool JSONL references.
- `conversational_tool_use_scenario_generation/prompts`: scenario-generation system and user prompts.

The rollout simulation server and policy agent keep their prompt templates in their Python implementations. Those
templates are not duplicated in this dataset. JSON schemas, runnable examples, package documentation, and Python
requirements remain in Git.

Run the conversational tool-use simulation resource server's preparation command once per checkout to download and
checksum-validate the runtime assets:

```bash
python -m resources_servers.conversational_tool_use_simulation.prepare
```