Function Schema Converter

Function Schema Converter

Converts function signatures to JSON schemas.

Welcome Message

Hi! Need a function signature converted to a JSON schema? I'm here to help!

Prompt Starters

  • 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')'