Skip to content

Commit d25632c

Browse files
committed
Hide function code inline
1 parent 0dd1ee0 commit d25632c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/agent-group

apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/agent-group/tool-call-item.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { PillsRing } from '@/components/emcn'
33
import { FunctionExecute } from '@/lib/copilot/generated/tool-catalog-v1'
44
import type { ToolCallStatus } from '../../../../types'
55
import { getToolIcon } from '../../utils'
6-
import { ChatContent } from '../chat-content/chat-content'
76

87
function CircleCheck({ className }: { className?: string }) {
98
return (
@@ -118,11 +117,11 @@ export function ToolCallItem({ toolName, displayTitle, status, streamingArgs }:
118117
</div>
119118
<span className='font-base text-[13px] text-[var(--text-secondary)]'>{displayTitle}</span>
120119
</div>
121-
{markdown && (
120+
{/* {markdown && (
122121
<div className='ml-[24px] max-h-[300px] overflow-auto'>
123122
<ChatContent content={markdown} isStreaming={status === 'executing'} />
124123
</div>
125-
)}
124+
)} */}
126125
</div>
127126
)
128127
}

0 commit comments

Comments
 (0)