curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
"content": "What'\''s the weather like in Boston today?"
"name": "get_current_weather",
"description": "Get the current weather in a given location",
"description": "The city and state, e.g. San Francisco, CA"
"enum": ["celsius", "fahrenheit"]
"required": ["location"]