Table of Contents

Class ThinkTools

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

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

thought string

Returns

string