Documentation
¶
Overview ¶
Package anthropictasktype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Completion = AnthropicTaskType{"completion"}
)
Functions ¶
This section is empty.
Types ¶
type AnthropicTaskType ¶
type AnthropicTaskType struct {
Name string
}
func (AnthropicTaskType) MarshalText ¶
func (a AnthropicTaskType) MarshalText() (text []byte, err error)
func (AnthropicTaskType) String ¶
func (a AnthropicTaskType) String() string
func (*AnthropicTaskType) UnmarshalText ¶
func (a *AnthropicTaskType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.