reason_hybrid
Solve complex problems or tasks using hybrid reasoning methods to combine multiple advanced reasoning techniques for accurate and efficient outcomes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The problem or task to reason about using Hybrid reasoning |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The problem or task to reason about using Hybrid reasoning",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}