--- license: apache-2.0 pretty_name: NeMo Gym Conversational Tool-Use Assets --- # NeMo Gym Conversational Tool-Use Assets This dataset repository stores prompts and reference assets that were authored as standalone files 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/golden_policies`: eight policy/tool reference pairs used in prompts. - `conversational_tool_use_policy_tool_generation/prompt_history`: historical policy/tool-generation prompt revisions. - `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. Run the conversational tool-use simulation resource server's preparation command once per checkout to download and checksum-validate the file-backed generation assets: ```bash python -m resources_servers.conversational_tool_use_simulation.prepare ```