Motivation
hi , @Wendong-Fan We require an automated test script, here is the proposed workflow.:
- Automatically log in to retrieve the token(for cloud version)
- Read the benchmark task list (in JSON format)
- Execute the process for each task
3.1 Start a chat: Send a POST request to {chat_base}/chat via Server-Sent Events (SSE)
3.2 Parse SSE events: When encountering to_sub_tasks, send a POST request to /task/{project_id}/start to initiate the task
3.3 End the current task after receiving the end signal
cc @Pakchoioioi
Solution
No response
Alternatives
No response
Additional context
No response
Motivation
hi , @Wendong-Fan We require an automated test script, here is the proposed workflow.:
3.1 Start a chat: Send a POST request to
{chat_base}/chatvia Server-Sent Events (SSE)3.2 Parse SSE events: When encountering
to_sub_tasks, send a POST request to/task/{project_id}/startto initiate the task3.3 End the current task after receiving the
endsignalcc @Pakchoioioi
Solution
No response
Alternatives
No response
Additional context
No response