Interface ToolThinkNodeParameters

Source
interface ToolThinkNodeParameters {
    description?: string;
}

Properties§

Source§

readonly description?: string

The thinking tool's description Default: "Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed." Type options: {"rows":3}