fix: refine agent variable logic

This commit is contained in:
zhsama
2026-01-12 18:01:02 +08:00
parent bb190f9610
commit b25b069917
2 changed files with 2 additions and 3 deletions

View File

@ -113,7 +113,6 @@ const MixedVariableTextInput = ({
if (!onChange)
return
console.log('handleAgentSelect', value)
const newValue = `{{#${agent.id}.context#}}`
onChange(newValue)