| { | |
| "name": "generate_response", | |
| "description": "Generate a response based on given question using various perspectives.", | |
| "strict": false, | |
| "parameters": { | |
| "type": "object", | |
| "required": [ | |
| "question" | |
| ], | |
| "properties": { | |
| "question": { | |
| "type": "string", | |
| "description": "The question or inquiry input by the user for which a response is generated." | |
| } | |
| }, | |
| "additionalProperties": false | |
| } | |
| } | |