Function Schema Converter
By LIN CHIEN-HUNG
Converts function signatures to JSON schemas.
Start using Function Schema Converter on your ChatGPT
- 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')'