From 13df76ac06914efeb789f0a69e9677a8b8ce0c3b Mon Sep 17 00:00:00 2001 From: Josh Lambert Date: Mon, 27 Apr 2026 10:26:56 -0400 Subject: [PATCH] docs: clarify required modalities fields --- packages/kilo-docs/pages/code-with-ai/agents/custom-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kilo-docs/pages/code-with-ai/agents/custom-models.md b/packages/kilo-docs/pages/code-with-ai/agents/custom-models.md index 20e1180432..1081afe1c5 100644 --- a/packages/kilo-docs/pages/code-with-ai/agents/custom-models.md +++ b/packages/kilo-docs/pages/code-with-ai/agents/custom-models.md @@ -98,8 +98,8 @@ The `modalities` object declares which content types the model can receive and p | Sub-field | Type | Required | Description | | --------- | ------- | -------- | ------------------------------------------------ | -| `input` | `array` | No | Content types the model accepts from the user | -| `output` | `array` | No | Content types the model can generate in response | +| `input` | `array` | Yes | Content types the model accepts from the user | +| `output` | `array` | Yes | Content types the model can generate in response | For a standard text model that can also inspect images, use: