Documentation
¶
Index ¶
Constants ¶
View Source
const (
ToolNameSendWebhook = "send_webhook"
)
Variables ¶
This section is empty.
Functions ¶
func CreateToolSet ¶
func Creator ¶ added in v1.132.0
func Creator(_ context.Context, toolset latest.Toolset, _ string, runConfig *config.RuntimeConfig, _ string) (tools.ToolSet, error)
Creator builds this toolset from its YAML declaration. It matches teamloader.ToolsetCreator so it can be registered directly:
teamloader.NewToolsetRegistry(map[string]teamloader.ToolsetCreator{"webhook": webhook.Creator})
Types ¶
Click to show internal directories.
Click to hide internal directories.