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