Skip to main content

UnifiedAgentOutput

@codebolt/agent


Interface: UnifiedAgentOutput

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

Complete agent execution output

Properties

PropertyTypeDescriptionDefined in
completedbooleanWhether task was completed successfullypackages/agent/src/unified/types/types.ts:162
contextRecord<string, any>Final context statepackages/agent/src/unified/types/types.ts:160
conversationHistoryOpenAIMessage[]Updated conversation historypackages/agent/src/unified/types/types.ts:158
iterationsnumberNumber of iterations usedpackages/agent/src/unified/types/types.ts:164
responsestringFinal response messagepackages/agent/src/unified/types/types.ts:154
toolResultsToolResult[]Tool execution resultspackages/agent/src/unified/types/types.ts:156