Documentation
¶
Index ¶
- func DeleteFile(ctx context.Context, args fstool.DeleteFileArgs) (*fstool.DeleteFileOut, error)
- func DeleteTextLines(ctx context.Context, args texttool.DeleteTextLinesArgs) (*texttool.DeleteTextLinesOut, error)
- func FindText(ctx context.Context, args texttool.FindTextArgs) (*texttool.FindTextOut, error)
- func InsertTextLines(ctx context.Context, args texttool.InsertTextLinesArgs) (*texttool.InsertTextLinesOut, error)
- func ListDirectory(ctx context.Context, args fstool.ListDirectoryArgs) (*fstool.ListDirectoryOut, error)
- func MIMEForExtension(ctx context.Context, args fstool.MIMEForExtensionArgs) (*fstool.MIMEForExtensionOut, error)
- func MIMEForPath(ctx context.Context, args fstool.MIMEForPathArgs) (*fstool.MIMEForPathOut, error)
- func ReadFile(ctx context.Context, args fstool.ReadFileArgs) ([]llmtoolsgoSpec.ToolStoreOutputUnion, error)
- func ReadImage(ctx context.Context, args imagetool.ReadImageArgs) (*imagetool.ReadImageOut, error)
- func ReadTextRange(ctx context.Context, args texttool.ReadTextRangeArgs) (*texttool.ReadTextRangeOut, error)
- func ReplaceTextLines(ctx context.Context, args texttool.ReplaceTextLinesArgs) (*texttool.ReplaceTextLinesOut, error)
- func RunScript(ctx context.Context, args exectool.RunScriptArgs) (*exectool.RunScriptOut, error)
- func SearchFiles(ctx context.Context, args fstool.SearchFilesArgs) (*fstool.SearchFilesOut, error)
- func ShellCommand(ctx context.Context, args exectool.ShellCommandArgs) (*exectool.ShellCommandOut, error)
- func StatPath(ctx context.Context, args fstool.StatPathArgs) (*fstool.StatPathOut, error)
- func WriteFile(ctx context.Context, args fstool.WriteFileArgs) (*fstool.WriteFileOut, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFile ¶
func DeleteFile(ctx context.Context, args fstool.DeleteFileArgs) (*fstool.DeleteFileOut, error)
func DeleteTextLines ¶
func DeleteTextLines(ctx context.Context, args texttool.DeleteTextLinesArgs) (*texttool.DeleteTextLinesOut, error)
func FindText ¶
func FindText(ctx context.Context, args texttool.FindTextArgs) (*texttool.FindTextOut, error)
func InsertTextLines ¶
func InsertTextLines(ctx context.Context, args texttool.InsertTextLinesArgs) (*texttool.InsertTextLinesOut, error)
func ListDirectory ¶
func ListDirectory(ctx context.Context, args fstool.ListDirectoryArgs) (*fstool.ListDirectoryOut, error)
func MIMEForExtension ¶
func MIMEForExtension(ctx context.Context, args fstool.MIMEForExtensionArgs) (*fstool.MIMEForExtensionOut, error)
func MIMEForPath ¶
func MIMEForPath(ctx context.Context, args fstool.MIMEForPathArgs) (*fstool.MIMEForPathOut, error)
func ReadFile ¶
func ReadFile(ctx context.Context, args fstool.ReadFileArgs) ([]llmtoolsgoSpec.ToolStoreOutputUnion, error)
func ReadImage ¶
func ReadImage(ctx context.Context, args imagetool.ReadImageArgs) (*imagetool.ReadImageOut, error)
func ReadTextRange ¶
func ReadTextRange(ctx context.Context, args texttool.ReadTextRangeArgs) (*texttool.ReadTextRangeOut, error)
func ReplaceTextLines ¶
func ReplaceTextLines(ctx context.Context, args texttool.ReplaceTextLinesArgs) (*texttool.ReplaceTextLinesOut, error)
func RunScript ¶
func RunScript(ctx context.Context, args exectool.RunScriptArgs) (*exectool.RunScriptOut, error)
func SearchFiles ¶
func SearchFiles(ctx context.Context, args fstool.SearchFilesArgs) (*fstool.SearchFilesOut, error)
func ShellCommand ¶
func ShellCommand(ctx context.Context, args exectool.ShellCommandArgs) (*exectool.ShellCommandOut, error)
func StatPath ¶
func StatPath(ctx context.Context, args fstool.StatPathArgs) (*fstool.StatPathOut, error)
func WriteFile ¶
func WriteFile(ctx context.Context, args fstool.WriteFileArgs) (*fstool.WriteFileOut, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.