feat(docs): update copilot_mode value in LLM model configs API example

Changed the example value of `copilot_mode` from "lab_assistant" to "lab_automation_assistant" in the API documentation to reflect the correct mode name used in the system.
This commit is contained in:
YueGuobin 2026-03-06 02:00:02 +08:00
parent 77ef87f468
commit eb7a72f5e2

View File

@ -360,7 +360,7 @@ curl -X GET http://localhost:3080/v3/access/users/{user_id}/llm-model-configs \
"context_limit": 128,
"context_strategy": "balanced",
"api_key": "sk-xxx",
"copilot_mode": "lab_assistant"
"copilot_mode": "lab_automation_assistant"
},
"user_id": "uuid-user",
"group_id": null,