Skip to main content

UnifiedResponseOutput

@codebolt/agent


Interface: UnifiedResponseOutput

Defined in: packages/agent/src/unified/types/types.ts:120

Output from unified response execution

Properties

PropertyTypeDescriptionDefined in
completedbooleanWhether task is completedpackages/agent/src/unified/types/types.ts:128
conversationHistoryOpenAIMessage[]Updated conversation historypackages/agent/src/unified/types/types.ts:126
finalMessage?stringFinal response messagepackages/agent/src/unified/types/types.ts:130
nextUserMessageOpenAIMessage | nullNext user message (if any)packages/agent/src/unified/types/types.ts:124
toolResultsToolResult[]Tool execution resultspackages/agent/src/unified/types/types.ts:122