From 5d7de927e52c26bd92bf946a6bdaf5d2caa012b8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 23 Jun 2024 17:34:25 -0700 Subject: [PATCH] enh: valve field desc support --- src/lib/components/chat/Settings/Valves.svelte | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/components/chat/Settings/Valves.svelte b/src/lib/components/chat/Settings/Valves.svelte index 115dd3bd1..1001ddb28 100644 --- a/src/lib/components/chat/Settings/Valves.svelte +++ b/src/lib/components/chat/Settings/Valves.svelte @@ -203,7 +203,7 @@ {#if (valves[property] ?? null) !== null} -
+
{/if} + + {#if (valvesSpec.properties[property]?.description ?? null) !== null} +
+ {valvesSpec.properties[property].description} +
+ {/if}
{/each} {:else}