From 03b45056e4b5f5e9697f68c91470cfdb0876d448 Mon Sep 17 00:00:00 2001 From: John Feng Date: Tue, 5 May 2026 12:29:28 +0800 Subject: [PATCH] add header back --- docs/guides/providers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/providers.md b/docs/guides/providers.md index e2b9b37b3..678fd32fb 100644 --- a/docs/guides/providers.md +++ b/docs/guides/providers.md @@ -117,6 +117,8 @@ This design also enables **multi-agent support** with flexible provider selectio #### `model_list` Entry Fields +| Field | Type | Required | Description | +|-------|------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `model_name` | string | Yes | Unique name used to reference this model in agent config | | `provider` | string | No | Preferred provider identifier. When present, PicoClaw sends `model` unchanged to that provider | | `model` | string | Yes | Native model ID when `provider` is set. If `provider` is omitted, the legacy `provider/model` form is still supported |