Skip to content

Commit e4b1919

Browse files
committed
remove deploy options correctly
1 parent dcec55a commit e4b1919

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/chat

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/chat/chat.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,6 @@ export function ChatDeploy({
379379
<Label className='block pl-0.5 font-medium text-[var(--text-primary)] text-small'>
380380
Include thinking
381381
</Label>
382-
<p className='mt-[6.5px] text-[var(--text-secondary)] text-xs'>
383-
Allow this chat to stream model thinking when the client opts in. Off by default.
384-
</p>
385382
</div>
386383
<Switch
387384
checked={formData.includeThinking}
@@ -396,10 +393,6 @@ export function ChatDeploy({
396393
<Label className='block pl-0.5 font-medium text-[var(--text-primary)] text-small'>
397394
Include tool calls
398395
</Label>
399-
<p className='mt-[6.5px] text-[var(--text-secondary)] text-xs'>
400-
Allow this chat to stream tool names and lifecycle status when the client opts in.
401-
Off by default.
402-
</p>
403396
</div>
404397
<Switch
405398
checked={formData.includeToolCalls}

0 commit comments

Comments
 (0)