mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: refine agent variable logic
This commit is contained in:
@ -113,7 +113,6 @@ const MixedVariableTextInput = ({
|
||||
if (!onChange)
|
||||
return
|
||||
|
||||
console.log('handleAgentSelect', value)
|
||||
const newValue = `{{#${agent.id}.context#}}`
|
||||
|
||||
onChange(newValue)
|
||||
|
||||
Reference in New Issue
Block a user