Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheHandler ¶
type CacheHandler struct {
// contains filtered or unexported fields
}
CacheHandler handles caching of tool execution results
func NewCacheHandler ¶
func NewCacheHandler() *CacheHandler
NewCacheHandler creates a new cache handler instance
func (*CacheHandler) Add ¶
func (c *CacheHandler) Add(tool, input, output string)
Add adds a tool execution result to the cache
Click to show internal directories.
Click to hide internal directories.