Codettev3 / name generate response.txt
Raiff1982's picture
Upload 21 files
dc4db28 verified
raw
history blame contribute delete
449 Bytes
{
"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
}
}