Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

get_current_weather.yaml 356 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. - name: get_current_weather
  2. description: Get the current weather in a given location
  3. parameters:
  4. type: object
  5. properties:
  6. location:
  7. type: string
  8. description: The city and state, e.g. San Francisco, CA
  9. unit:
  10. type: string
  11. enum:
  12. - celsius
  13. - fahrenheit
  14. required:
  15. - location
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...