Documentation
¶
Index ¶
Constants ¶
View Source
const ( ToolNameCreateSchedule = "create_schedule" ToolNameListSchedules = "list_schedules" ToolNameCancelSchedule = "cancel_schedule" )
Variables ¶
This section is empty.
Functions ¶
func CreateToolSet ¶
Types ¶
type CancelScheduleArgs ¶
type CancelScheduleArgs struct {
ID string `json:"id" jsonschema:"The id of the schedule to cancel (from create_schedule or list_schedules)"`
}
type CreateScheduleArgs ¶
type ListSchedulesArgs ¶
type ListSchedulesArgs struct{}
type Schedule ¶
type ToolSet ¶
type ToolSet struct {
// contains filtered or unexported fields
}
func (*ToolSet) Instructions ¶
Click to show internal directories.
Click to hide internal directories.