standaloneAgent.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent f9262854c8
commit 44cd5cc677
+1
View File
@@ -21,3 +21,4 @@ export function getStandaloneAgentName(appState: AppState): string | undefined {
}
return appState.standaloneAgentContext?.name
}