Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SequentialThinkingTool ¶
type SequentialThinkingTool struct {
// contains filtered or unexported fields
}
SequentialThinkingTool implements the tools.Tool interface for sequential thinking
func (*SequentialThinkingTool) Definition ¶
func (t *SequentialThinkingTool) Definition() mcp.Tool
Definition returns the tool's definition for MCP registration
type ThoughtData ¶
type ThoughtData struct {
Thought string `json:"thought"`
ThoughtNumber int `json:"thoughtNumber"`
Continue bool `json:"continue"`
IsRevision bool `json:"isRevision,omitempty"`
RevisedText string `json:"revisedText,omitempty"`
ExploreLabel string `json:"exploreLabel,omitempty"`
}
ThoughtData represents a single thought in the sequential thinking process
Click to show internal directories.
Click to hide internal directories.