feat: create tests, more integration testing, fix ID tests, use UUID (almost) everywhere

ref: N25B-412
This commit is contained in:
Björn Otgaar
2026-01-04 18:29:19 +01:00
parent c5f44536b7
commit 149b82cb66
11 changed files with 332 additions and 146 deletions

View File

@@ -65,6 +65,5 @@ export function GetActionValue(action: Action) {
returnAction = action as LLMAction
return returnAction.goal;
default:
break;
}
}