feat: Check serialization for AWEL operator function

This commit is contained in:
Fangyin Cheng
2024-09-04 22:08:55 +08:00
parent b1ca247419
commit f8ce7d4580
12 changed files with 236 additions and 4 deletions

View File

@@ -341,7 +341,7 @@ class BuiltinAgentsVariablesProvider(BuiltinVariablesProvider):
StorageVariables(
key=key,
name=agent["name"],
label=agent["desc"],
label=agent["name"],
value=agent["name"],
scope=scope,
scope_key=scope_key,