From eb7a72f5e2e16a496fe734313f61d32c9bed618d Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Fri, 6 Mar 2026 02:00:02 +0800 Subject: [PATCH] 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. --- docs/gns3-copilot/llm-model-configs-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gns3-copilot/llm-model-configs-api.md b/docs/gns3-copilot/llm-model-configs-api.md index 95a122764..9c8bb68b3 100644 --- a/docs/gns3-copilot/llm-model-configs-api.md +++ b/docs/gns3-copilot/llm-model-configs-api.md @@ -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,