mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Clean up a few ifdefs (#1016)
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ internal abstract class DeclarativeActionExecutor : Executor<ActionExecutorResul
|
||||
$"""
|
||||
STATE: {this.GetType().Name} [{this.Id}]
|
||||
NAME: {targetPath}
|
||||
VALUE:{valuePosition}{result.Format()} ({result.GetType().Name})
|
||||
VALUE:{valuePosition}{resultValue} ({result.GetType().Name})
|
||||
""");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user