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