{#each GENERATION_CONFIG_KEYS as key}
{@const { label, min, step } = GENERATION_CONFIG_SETTINGS[key]}
{@const isMaxTokens = key === "max_tokens"}
{@const max = isMaxTokens ? maxTokens : GENERATION_CONFIG_SETTINGS[key].max}
{/each}
{#if conversation.isStructuredOutputAllowed}
{/if}
{#if isMcpEnabled()}
MCP Servers
{#if mcpServers.enabled.length > 0}
{mcpServers.enabled.length} enabled
{/if}
{/if}
Extra parameters
{extraParamsLen}