Merge origin/main into chore/nanoclaw-recursive-room
This commit is contained in:
@@ -170,5 +170,5 @@ export function isAppServerTurnFinished(state: AppServerTurnState): boolean {
|
||||
export function getAppServerTurnResult(
|
||||
state: AppServerTurnState,
|
||||
): string | null {
|
||||
return state.finalAnswer || state.latestAgentMessage;
|
||||
return state.finalAnswer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user