Fix: The operator added by clicking the plus sign will overlap with the original operator. #9886 (#9887)

### What problem does this PR solve?

Fix: The operator added by clicking the plus sign will overlap with the
original operator. #9886

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-09-03 13:03:23 +08:00
committed by GitHub
parent cb731dce34
commit 1bc33009c7
4 changed files with 39 additions and 26 deletions

View File

@ -24,3 +24,5 @@ export enum AgentGlobals {
SysConversationTurns = 'sys.conversation_turns',
SysFiles = 'sys.files',
}
export const AgentGlobalsSysQueryWithBrace = `{${AgentGlobals.SysQuery}}`;