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