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