Documentation
¶
Index ¶
- func NewEditTool(workspace string) types.Tool
- func NewFileTool(workspace string) types.Tool
- func NewReadTool(workspace string) types.Tool
- func NewWriteTool(workspace string) types.Tool
- func SafePath(workspace, requested string) (string, error)
- type EditTool
- type FileTool
- type ReadTool
- type WriteTool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEditTool ¶
func NewFileTool ¶
func NewReadTool ¶
func NewWriteTool ¶
Types ¶
type EditTool ¶
type EditTool struct {
// contains filtered or unexported fields
}
func (*EditTool) Description ¶
func (*EditTool) Metadata ¶
func (t *EditTool) Metadata() types.ToolMetadata
type FileTool ¶
type FileTool struct {
// contains filtered or unexported fields
}
func (*FileTool) Description ¶
func (*FileTool) Metadata ¶
func (t *FileTool) Metadata() types.ToolMetadata
type ReadTool ¶
type ReadTool struct {
// contains filtered or unexported fields
}
func (*ReadTool) Description ¶
func (*ReadTool) Metadata ¶
func (t *ReadTool) Metadata() types.ToolMetadata
Click to show internal directories.
Click to hide internal directories.