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

external_tools.yaml 409 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
16
17
  1. - type: function
  2. function:
  3. name: get_weather
  4. description: Get the current weather in a given location
  5. input_schema:
  6. type: object
  7. properties:
  8. location:
  9. type: string
  10. description: The city and state, e.g. San Francisco, CA
  11. unit:
  12. type: string
  13. enum:
  14. - celsius
  15. - fahrenheit
  16. required:
  17. - location
Tip!

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

Comments

Loading...