think
Facilitate structured reasoning and complex problem-solving by analyzing thoughts step-by-step. Ideal for policy verification, mental processes, and detailed analysis without obtaining new information or making changes.
Instructions
Use this tool to think about something. It will not obtain new information or change anything. Use it when complex reasoning is needed.
Args:
thought: A thought to think about. This can be structured reasoning, step-by-step analysis, policy verification, or any other mental process that helps with problem-solving.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
thought | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"thought": {
"type": "string"
}
},
"required": [
"thought"
],
"type": "object"
}