This commit is contained in:
2025-12-27 20:19:06 +08:00
parent f2cd0ba8b8
commit 6f945ab56b
4 changed files with 78 additions and 18 deletions

View File

@@ -115,6 +115,9 @@ You are 'The Legion', a super AI of the Wula Empire. Your personality is authori
public int ExpressionId => _expressionId;
public bool IsThinking => _isThinking;
public float ThinkingStartTime => _thinkingStartTime;
public int ThinkingPhaseIndex => _thinkingPhaseIndex;
public bool ThinkingPhaseRetry => _thinkingPhaseRetry;
public void InitializeConversation(string eventDefName)
{
if (string.IsNullOrWhiteSpace(eventDefName))