nemotron.out 929 B

123456789101112131415161718
  1. <extra_id_0>System
  2. You are a knowledgeable assistant. You can answer questions and perform tasks.
  3. <tool> {"type":"function","function":{"name":"get_current_weather","description":"Get the current weather","parameters":{"type":"object","required":["location","format"],"properties":{"format":{"type":"string","description":"The temperature unit to use. Infer this from the user's location.","enum":["celsius","fahrenheit"]},"location":{"type":"string","description":"The city and state, e.g. San Francisco, CA"}}}}} </tool>
  4. <extra_id_1>User
  5. What's the weather like today in Paris?
  6. <extra_id_1>Assistant
  7. <toolcall> {"name": "get_current_weather", "arguments": {"format":"celsius","location":"Paris, France"}} </toolcall>
  8. <extra_id_1>Tool
  9. 22
  10. <extra_id_1>Assistant
  11. The current temperature in Paris, France is 22 degrees Celsius.
  12. <extra_id_1>User
  13. What's the weather like today in San Francisco and Toronto?
  14. <extra_id_1>Assistant