Convert this function into a JSON schema: 'get_current_weather(location: string, unit: 'celsius' | 'fahrenheit')'
Show me a JSON schema for 'get_current_weather(location: string, unit: 'celsius' | 'fahrenheit')'
How would 'get_current_weather(location: string, unit: 'celsius' | 'fahrenheit')' look as a JSON schema?
Create a JSON schema for 'get_current_weather(location: string, unit: 'celsius' | 'fahrenheit')'