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