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

tools.json 480 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
18
19
20
  1. [
  2. {
  3. "functionDeclarations": [
  4. {
  5. "name": "get_current_weather",
  6. "description": "Get the current weather in a given location",
  7. "parameters": {
  8. "type": "object",
  9. "properties": {
  10. "location": {
  11. "type": "string",
  12. "description": "The city and state, e.g. San Francisco, CA or a zip code e.g. 95616"
  13. }
  14. },
  15. "required": ["location"]
  16. }
  17. }
  18. ]
  19. }
  20. ]
Tip!

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

Comments

Loading...