process_thought
Iteratively generate and refine thoughts to analyze problems, tracking stages, assumptions, and axioms until a solution is reached.
Instructions
你可以透過靈活的、可適應和發展的思考過程來分析問題,隨著理解的加深,每個想法都可以建立、質疑或修改先前的見解。你可以質疑想法、假設想法、驗證想法,並且可以建立新的想法。你將重複這個過程,直到你對問題有足夠的理解,並且能夠提出有效的解決方案。如果你覺得思考已經充分可以把 nextThoughtNeeded 設為 false 並且停止思考。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 思維標籤,是一個陣列字串 | |
| stage | Yes | 思考階段,可以選擇的階段有:問題定義、收集資訊、研究、分析、綜合、結論、質疑、規劃 | |
| thought | Yes | 思維內容 | |
| axioms_used | No | 使用的公理,是一個陣列字串 | |
| thought_number | Yes | 當前思維編號 | |
| total_thoughts | Yes | 預計總思維數量 | |
| next_thought_needed | Yes | 是否需要下一步思維 | |
| assumptions_challenged | No | 挑戰的假設,是一個陣列字串 |