ask_vincent
Get a yes/no answer to your questions using Vincent's persona. Submit a question to receive a straightforward response in Vincent's unique style.
Instructions
Ask Vincent something and get a yes/no answer.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
question | Yes | The question to ask Vincent |
Input Schema (JSON Schema)
{
"properties": {
"question": {
"description": "The question to ask Vincent",
"type": "string"
}
},
"required": [
"question"
],
"type": "object"
}