Skip to content

Commit 9f1e8e3

Browse files
committed
improvement(ux): made agent user prompt resizable and larger
1 parent 2fe77dd commit 9f1e8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sim/blocks/blocks/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const AgentBlock: BlockConfig<AgentResponse> = {
5656
{
5757
id: 'context',
5858
title: 'User Prompt',
59-
type: 'short-input',
59+
type: 'long-input',
6060
layout: 'full',
6161
placeholder: 'Enter context or user message...',
6262
},

0 commit comments

Comments
 (0)