toolsets

package
v0.0.0-...-4ae6852 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeleteGlobalToolVariationForm = Type("DeleteGlobalToolVariationForm", func() {
	Required("variation_id")

	Attribute("variation_id", String, "The ID of the variation to delete")
})
View Source
var DeleteGlobalToolVariationResult = Type("DeleteGlobalToolVariationResult", func() {
	Required("variation_id")

	Attribute("variation_id", String, "The ID of the variation that was deleted")
})
View Source
var ListVariationsResult = Type("ListVariationsResult", func() {
	Required("variations")

	Attribute("variations", ArrayOf(shared.ToolVariation))
})
View Source
var UpsertGlobalToolVariationForm = Type("UpsertGlobalToolVariationForm", func() {
	Required("src_tool_name", "src_tool_urn")

	Attribute("src_tool_urn", String, "The URN of the source tool")
	Attribute("src_tool_name", String, "The name of the source tool")
	Attribute("confirm", String, "The confirmation mode for the tool variation", func() {
		Enum(conv.AnySlice(mv.ConfirmValues)...)
	})
	Attribute("confirm_prompt", String, "The confirmation prompt for the tool variation")
	Attribute("name", String, "The name of the tool variation")
	Attribute("summary", String, "The summary of the tool variation")
	Attribute("description", String, "The description of the tool variation")
	Attribute("tags", ArrayOf(String), "The tags of the tool variation")
	Attribute("summarizer", String, "The summarizer of the tool variation")
})
View Source
var UpsertGlobalToolVariationResult = Type("UpsertGlobalToolVariationResult", func() {
	Required("variation")

	Attribute("variation", shared.ToolVariation)
})

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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