Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SidebarComponent ¶
type SidebarComponent struct {
// contains filtered or unexported fields
}
SidebarComponent represents the todo display component for the sidebar
func NewSidebarComponent ¶
func NewSidebarComponent() *SidebarComponent
func (*SidebarComponent) Render ¶
func (c *SidebarComponent) Render() string
func (*SidebarComponent) SetSize ¶
func (c *SidebarComponent) SetSize(width int)
func (*SidebarComponent) SetTodos ¶
func (c *SidebarComponent) SetTodos(result *tools.ToolCallResult) error
Click to show internal directories.
Click to hide internal directories.