mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Test: Added test cases for Create Chat Assistant HTTP API (#6763)
### What problem does this PR solve? cover [create chat assistant](https://ragflow.io/docs/v0.17.2/http_api_reference#create-chat-assistant) endpoints ### Type of change - [x] add test cases
This commit is contained in:
@ -32,6 +32,7 @@ CHAT_ASSISTANT_API_URL = "/api/v1/chats"
|
||||
INVALID_API_TOKEN = "invalid_key_123"
|
||||
DATASET_NAME_LIMIT = 128
|
||||
DOCUMENT_NAME_LIMIT = 128
|
||||
CHAT_ASSISTANT_LIMIT = 255
|
||||
|
||||
|
||||
# DATASET MANAGEMENT
|
||||
|
||||
Reference in New Issue
Block a user