Skip to content

Commit

Permalink
🪄 fix: Agent Artifacts condition
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Feb 12, 2025
1 parent bfbaaeb commit 2a506df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/SidePanel/Agents/AgentConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default function AgentConfig({
</div>
</button>
</div>
{(codeEnabled || fileSearchEnabled) && (
{(codeEnabled || fileSearchEnabled || artifactsEnabled) && (
<div className="mb-4 flex w-full flex-col items-start gap-3">
<label className="text-token-text-primary block font-medium">
{localize('com_assistants_capabilities')}
Expand Down

0 comments on commit 2a506df

Please sign in to comment.