Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component represents a unified todo tool component that handles all todo operations. It determines which operation to display based on the tool call name.
type SidebarComponent ¶
type SidebarComponent struct {
// contains filtered or unexported fields
}
SidebarComponent represents the todo display component for the sidebar
func NewSidebarComponent ¶
func NewSidebarComponent(manager *service.TodoManager) *SidebarComponent
func (*SidebarComponent) Render ¶
func (c *SidebarComponent) Render() string
func (*SidebarComponent) SetSize ¶
func (c *SidebarComponent) SetSize(width int)
Click to show internal directories.
Click to hide internal directories.