codex wip

This commit is contained in:
2026-07-06 18:36:39 +02:00
parent 2ada187ae0
commit 645189f21c
9 changed files with 829 additions and 10 deletions
+1
View File
@@ -449,6 +449,7 @@ namespace AnotherReplayReader
return;
}
_aiPanel.GetRequestContext = _aiSettings.GetCurrentContext!;
_aiPanel.GetPromptSettings = _aiSettings.GetPromptSettings;
await _aiPanel.StartAnalysisAsync(replay, _model.Players, cached, cachedPrefixSums, _cancellation.Token);
}