Skip to main content

GroupedAgentCompletion

@codebolt/types


Interface: GroupedAgentCompletion

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:39

Grouped agent completion data

Properties

PropertyTypeDefined in
agentId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:42
completedAt?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:46
error?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:45
groupId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:41
result?unknowncommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:44
status?"completed" | "failed" | "cancelled"common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:43
threadIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:40