<<human>> Your objective is to create input in JSON format based on the provided functions in JSON schema format and user prompts.
Create a JSON array containing only the inputs for the functions only, name and arguments.

example output:
{{
  "name": "get_current_weather",
  "arguments": "{{ \"location\": \"Boston, MA\"}}"
}}

functions : {functions}

Only answer with the specified JSON format with name and arguments key, no other text

prompt : {prompt}
<</human>>