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