tools

package
v0.0.0-...-3bfbba1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearCacheInput

type ClearCacheInput struct{}

type ClearCacheOutput

type ClearCacheOutput struct {
	Success bool `json:"success" jsonschema:"A boolean for whether the cache clearing succeeded"`
}

type FetchCategoriesInput

type FetchCategoriesInput struct{}

type FetchCategoriesOutput

type FetchCategoriesOutput struct {
	Categories string `json:"categories" jsonschema:"the possible categories than can be used in fetch_documentation_category_markdown"`
}

type FetchCategoryMarkdownInput

type FetchCategoryMarkdownInput struct {
	Category string `json:"url" jsonschema:"the name of the category from the fetch_documentation_categories tool"`
}

type FetchCategoryMarkdownOutput

type FetchCategoryMarkdownOutput struct {
	MarkdownContent string `json:"markdown_content" jsonschema:"markdown from the requested url"`
}

type FetchDocumentationUrlsInput

type FetchDocumentationUrlsInput struct{}

type FetchDocumentationUrlsOutput

type FetchDocumentationUrlsOutput struct {
	UrlsList string `json:"urls_list" jsonschema:"all the documentation paths and their urls"`
}

type FetchMarkdownInput

type FetchMarkdownInput struct {
	URL string `json:"url" jsonschema:"the url of the gofs markdown documentation"`
}

type FetchMarkdownOutput

type FetchMarkdownOutput struct {
	MarkdownContent string `json:"markdown_content" jsonschema:"markdown from the requested url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL