Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Feedback = &FeedbackTool{}
Functions ¶
Types ¶
type FeedbackTool ¶
type FeedbackTool struct{}
FeedbackTool lets evva report bugs, suggest improvements, flag unnecessary tool-result patterns, or request new tools. Only available in dev environment.
func (*FeedbackTool) Description ¶
func (t *FeedbackTool) Description() string
func (*FeedbackTool) Execute ¶
func (t *FeedbackTool) Execute(_ context.Context, logger *slog.Logger, input json.RawMessage) (tools.Result, error)
func (*FeedbackTool) Name ¶
func (t *FeedbackTool) Name() string
func (*FeedbackTool) Schema ¶
func (t *FeedbackTool) Schema() json.RawMessage
Click to show internal directories.
Click to hide internal directories.