feat: implement RAG-based chatbot service with usage limits and history persistence
Build and Release / release (push) Successful in 1m23s
Build and Release / release (push) Successful in 1m23s
This commit is contained in:
@@ -2,7 +2,7 @@ package request
|
||||
|
||||
type ChatbotDto struct {
|
||||
ProjectID *string `json:"project_id"`
|
||||
Question string `json:"question" validate:"required"`
|
||||
Question string `json:"question" validate:"required,max=500"`
|
||||
}
|
||||
|
||||
type GetChatbotHistoryDto struct {
|
||||
|
||||
Reference in New Issue
Block a user