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