Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIService ¶
type AIService struct {
// contains filtered or unexported fields
}
func NewAIService ¶
func (*AIService) ChatAI ¶
func (a *AIService) ChatAI(ctx context.Context, req *ai.ChatAIRequest) (*ai.ChatAIResponse, error)
func (*AIService) GenerateReport ¶ added in v0.16.0
func (a *AIService) GenerateReport(ctx context.Context, req *ai.GenerateReportRequest) (*ai.GenerateReportResponse, error)
Click to show internal directories.
Click to hide internal directories.