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