Documentation
¶
Index ¶
- Constants
- type GenerativeAnthropicModule
- func (m *GenerativeAnthropicModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
- func (m *GenerativeAnthropicModule) ClassConfigDefaults() map[string]interface{}
- func (m *GenerativeAnthropicModule) Init(ctx context.Context, params moduletools.ModuleInitParams) error
- func (m *GenerativeAnthropicModule) MetaInfo() (map[string]interface{}, error)
- func (m *GenerativeAnthropicModule) Name() string
- func (m *GenerativeAnthropicModule) PropertyConfigDefaults(dt *schema.DataType) map[string]interface{}
- func (m *GenerativeAnthropicModule) Type() modulecapabilities.ModuleType
- func (m *GenerativeAnthropicModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig) error
Constants ¶
View Source
const Name = "generative-anthropic"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerativeAnthropicModule ¶
type GenerativeAnthropicModule struct {
// contains filtered or unexported fields
}
func New ¶
func New() *GenerativeAnthropicModule
func (*GenerativeAnthropicModule) AdditionalGenerativeProperties ¶
func (m *GenerativeAnthropicModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
func (*GenerativeAnthropicModule) ClassConfigDefaults ¶
func (m *GenerativeAnthropicModule) ClassConfigDefaults() map[string]interface{}
func (*GenerativeAnthropicModule) Init ¶
func (m *GenerativeAnthropicModule) Init(ctx context.Context, params moduletools.ModuleInitParams, ) error
func (*GenerativeAnthropicModule) MetaInfo ¶
func (m *GenerativeAnthropicModule) MetaInfo() (map[string]interface{}, error)
func (*GenerativeAnthropicModule) Name ¶
func (m *GenerativeAnthropicModule) Name() string
func (*GenerativeAnthropicModule) PropertyConfigDefaults ¶
func (m *GenerativeAnthropicModule) PropertyConfigDefaults( dt *schema.DataType, ) map[string]interface{}
func (*GenerativeAnthropicModule) Type ¶
func (m *GenerativeAnthropicModule) Type() modulecapabilities.ModuleType
func (*GenerativeAnthropicModule) ValidateClass ¶
func (m *GenerativeAnthropicModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig, ) error
Click to show internal directories.
Click to hide internal directories.