budhadityac24 commited on
Commit
941ab54
1 Parent(s): e1ab270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,13 +47,13 @@ def get_current_weather(location):
47
  # "type": "function",
48
  # "function": {
49
  # "name": "get_current_weather",
50
- # "description": "Get the current weather in a given location",
51
  # "parameters": {
52
  # "type": "object",
53
  # "properties": {
54
  # "location": {
55
  # "type": "string",
56
- # "description": "The city and state, e.g. San Francisco, CA"
57
  # }
58
  # },
59
  # "required": ["location"]
 
47
  # "type": "function",
48
  # "function": {
49
  # "name": "get_current_weather",
50
+ # "description": "Get the current weather details for a given location.",
51
  # "parameters": {
52
  # "type": "object",
53
  # "properties": {
54
  # "location": {
55
  # "type": "string",
56
+ # "description": "The city and country code in ISO 3166 format for example, London, UK or Bengaluru, IN"
57
  # }
58
  # },
59
  # "required": ["location"]