think
Log complex reasoning processes and cache thoughts for structured problem-solving workflows without making external system changes.
Instructions
Use for complex reasoning or caching thoughts. Logs process without external changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes | The thought or reasoning process |
Input Schema (JSON Schema)
{
"properties": {
"thought": {
"description": "The thought or reasoning process",
"type": "string"
}
},
"required": [
"thought"
],
"type": "object"
}