finalize

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusSuccess = "success"
	StatusFailure = "failure"
)
View Source
const (
	FinalizeToolName = "finalize_task"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FinalizeRequest

type FinalizeRequest struct {
	Status    string `json:"status"`
	Changelog string `json:"changelog,omitempty"`
	TODO      string `json:"todo,omitempty"`
}

type FinalizeTool

type FinalizeTool struct {
	Changelog *history.Changelog
}

func (*FinalizeTool) Info

func (t *FinalizeTool) Info(ctx context.Context) (*schema.ToolInfo, error)

func (*FinalizeTool) InvokableRun

func (t *FinalizeTool) InvokableRun(ctx context.Context, argumentsInJSON string, _ ...tool.Option) (string, error)

Jump to

Keyboard shortcuts

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