Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStreamReply ¶
func NewStreamReply(handler StreamHandler) gin.HandlerFunc
Types ¶
type ConclusionHandler ¶
type ConclusionHandler struct {
// contains filtered or unexported fields
}
ConclusionHandler handles conclusion generation HTTP requests
func NewConclusionHandler ¶
func NewConclusionHandler(conclusionService *service.ConclusionService) *ConclusionHandler
NewConclusionHandler creates a new conclusion handler
func (*ConclusionHandler) Handle ¶
func (h *ConclusionHandler) Handle(c *gin.Context)
type DecompositionHandler ¶
type DecompositionHandler struct {
// contains filtered or unexported fields
}
DecompositionHandler handles intent recognition HTTP requests
func NewDecompositionHandler ¶
func NewDecompositionHandler(decompositionService *service.DecompositionService) *DecompositionHandler
NewDecompositionHandler creates a new intent handler
func (*DecompositionHandler) Handle ¶
func (h *DecompositionHandler) Handle(c *gin.Context)
type RepeaterHandler ¶
type RepeaterHandler struct{}
复读机
func NewRepeaterHandler ¶
func NewRepeaterHandler() *RepeaterHandler
type StreamHandler ¶
type StreamReply ¶
type StreamReply struct {
// contains filtered or unexported fields
}
type UnderstandingHandler ¶
type UnderstandingHandler struct {
// contains filtered or unexported fields
}
问题理解
func NewUnderstandingHandler ¶
func NewUnderstandingHandler(us *service.UnderstandingService) *UnderstandingHandler
Click to show internal directories.
Click to hide internal directories.