mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🪄 fix: Agent Artifacts condition
This commit is contained in:
parent
bfbaaebd2b
commit
2a506df443
1 changed files with 1 additions and 1 deletions
|
|
@ -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')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue