updateNodeData(id, { modelId })} />
{#if data.response || isLoading}
Response
{#if data.response}
{data.response}
{:else if isLoading}
Generating response...
{/if}
{/if}