provide-clarification
Generate precise clarification responses to user queries by analyzing question indexes and provided answers, enhancing clarity in AI-driven dialogue systems.
Instructions
Provide a clarification answer
Input Schema
Name | Required | Description | Default |
---|---|---|---|
answer | Yes | ||
questionIndex | Yes |
Input Schema (JSON Schema)
{
"properties": {
"answer": {
"type": "string"
},
"questionIndex": {
"type": "number"
}
},
"required": [
"questionIndex",
"answer"
],
"type": "object"
}