Class ThinkTools
A scratchpad/thinking tool that lets the agent reason out loud without side effects. The agent can use this to organize thoughts, plan steps, or reason through complex logic.
[ToolPlugin("think")]
public sealed class ThinkTools
- Inheritance
-
ThinkTools
- Inherited Members
Methods
Think(string)
[KernelFunction("think")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string Think(string thought)
Parameters
thoughtstring