Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module( "generator", fx.Provide(NewService), )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents the service that generates questions via LLMs.
func NewService ¶
func NewService( quizoryClient proto.QuizoryServiceClient, llm llm.Chater, meter otel.Meter, ) *Service
NewService creates a new instance of question.Service.
Click to show internal directories.
Click to hide internal directories.