1
This commit is contained in:
@@ -436,7 +436,7 @@ export async function streamNpcChatTurn(
|
||||
combatContext?: {
|
||||
summary: string;
|
||||
logLines: string[];
|
||||
battleOutcome: 'victory' | 'spar_complete';
|
||||
battleOutcome: 'victory' | 'defeat' | 'spar_complete';
|
||||
} | null;
|
||||
chatDirective?: NpcChatTurnDirective | null;
|
||||
npcInitiatesConversation?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user