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:
liu an
2025-04-02 18:49:59 +08:00
committed by GitHub
parent 6c77ef5a5e
commit 0d1c5fdd2f
4 changed files with 284 additions and 19 deletions

View File

@ -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