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