Misc improvements
This commit is contained in:
@@ -17,9 +17,12 @@ router = APIRouter(prefix="/api/v1/dialogflow", tags=["conversation"])
|
||||
@router.post("/detect-intent")
|
||||
async def detect_intent(
|
||||
request: ConversationRequest,
|
||||
conversation_manager: Annotated[ConversationManagerService, Depends(
|
||||
get_conversation_manager,
|
||||
)],
|
||||
conversation_manager: Annotated[
|
||||
ConversationManagerService,
|
||||
Depends(
|
||||
get_conversation_manager,
|
||||
),
|
||||
],
|
||||
) -> DetectIntentResponse:
|
||||
"""Detect user intent and manage conversation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user