Documentation
¶
Index ¶
- type ChatHistoryDetail
- func (t *ChatHistoryDetail) Call(ctx context.Context, input string) (string, error)
- func (t *ChatHistoryDetail) Description() string
- func (t *ChatHistoryDetail) Enabled() bool
- func (t *ChatHistoryDetail) Name() string
- func (t *ChatHistoryDetail) New(agent *agent.Agent) (agent.Tool, error)
- func (t *ChatHistoryDetail) Path() string
- func (t *ChatHistoryDetail) Toggle()
- type Directory
- func (t *Directory) Call(ctx context.Context, input string) (response string, err error)
- func (t *Directory) Description() string
- func (t *Directory) Enabled() bool
- func (t *Directory) Name() string
- func (t Directory) New(agent *agent.Agent) (agent.Tool, error)
- func (t *Directory) Path() string
- func (t *Directory) Toggle()
- type ReadFiles
- func (t *ReadFiles) Call(ctx context.Context, input string) (response string, err error)
- func (t *ReadFiles) Description() string
- func (t *ReadFiles) Enabled() bool
- func (t *ReadFiles) Name() string
- func (f *ReadFiles) New(agent *agent.Agent) (agent.Tool, error)
- func (t *ReadFiles) Path() string
- func (t *ReadFiles) Toggle()
- type Wrapper
- func (t *Wrapper) Call(ctx context.Context, input string) (response string, err error)
- func (t *Wrapper) Description() string
- func (t *Wrapper) Enabled() bool
- func (t *Wrapper) Name() string
- func (t *Wrapper) New(agent *agent.Agent) (agent.Tool, error)
- func (t *Wrapper) Path() string
- func (t *Wrapper) Toggle()
- type Write
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatHistoryDetail ¶
type ChatHistoryDetail struct {
CallbacksHandler callbacks.Handler
// contains filtered or unexported fields
}
func (*ChatHistoryDetail) Description ¶
func (t *ChatHistoryDetail) Description() string
func (*ChatHistoryDetail) Enabled ¶
func (t *ChatHistoryDetail) Enabled() bool
func (*ChatHistoryDetail) Name ¶
func (t *ChatHistoryDetail) Name() string
func (*ChatHistoryDetail) Path ¶
func (t *ChatHistoryDetail) Path() string
func (*ChatHistoryDetail) Toggle ¶
func (t *ChatHistoryDetail) Toggle()
type Directory ¶
type Directory struct {
CallbacksHandler callbacks.Handler
// contains filtered or unexported fields
}
func (*Directory) Description ¶
type ReadFiles ¶
type ReadFiles struct {
CallbacksHandler callbacks.Handler
// contains filtered or unexported fields
}
func (*ReadFiles) Description ¶
type Wrapper ¶
type Wrapper struct {
CallbacksHandler callbacks.Handler
// contains filtered or unexported fields
}
func (*Wrapper) Description ¶
type Write ¶
func (*Write) Description ¶
Click to show internal directories.
Click to hide internal directories.