Skip to main content

AgentExecutionResult

@codebolt/agent


Interface: AgentExecutionResult

Defined in: packages/agent/src/unified/types/libTypes.ts:273

Agent execution result

Properties

PropertyTypeDescriptionDefined in
completedbooleanWhether the agent completed its taskpackages/agent/src/unified/types/libTypes.ts:285
contextRecord<string, unknown>Execution contextpackages/agent/src/unified/types/libTypes.ts:287
conversationHistoryOpenAIMessage[]Complete conversation historypackages/agent/src/unified/types/libTypes.ts:279
error?stringError message if execution failedpackages/agent/src/unified/types/libTypes.ts:289
iterationsnumberNumber of iterations performedpackages/agent/src/unified/types/libTypes.ts:283
metadata?Record<string, unknown>Execution metadatapackages/agent/src/unified/types/libTypes.ts:291
responsestringFinal response messagepackages/agent/src/unified/types/libTypes.ts:277
successbooleanWhether execution completed successfullypackages/agent/src/unified/types/libTypes.ts:275
toolResultsToolResult[]Tool execution resultspackages/agent/src/unified/types/libTypes.ts:281