Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (tool.InvokableTool, error)
Types ¶
type Request ¶
type Request struct {
Command string `` /* 193-byte string literal not displayed */
Path string `` /* 128-byte string literal not displayed */
OldStr string `json:"old_str,omitempty" jsonschema:"description=The string to be replaced."`
NewStr string `json:"new_str,omitempty" jsonschema:"description=The string to replace the old string."`
FileText string `json:"file_text,omitempty" jsonschema:"description=The new content of the file."`
}
type TextEditor ¶
type TextEditor struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.