Skip to content

Commit 44b716b

Browse files
committed
Add output to main prompt log
1 parent e2f96db commit 44b716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main-prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const mainPrompt = async (
205205
localAgentTemplates,
206206
})
207207

208-
logger.debug({ agentState }, 'Main prompt finished')
208+
logger.debug({ agentState, output }, 'Main prompt finished')
209209

210210
return {
211211
sessionState: {

0 commit comments

Comments
 (0)