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