Untitled conversation
Function Schema Converter
LIN CHIEN-HUNG
5.00
(1)
70+
Conversations
Converts function signatures to JSON schemas.
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')'