Skip to main content

BackgroundAgentCompletion

@codebolt/types


Interface: BackgroundAgentCompletion

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

Background agent completion data

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeInherited fromDefined in
agentId?stringBackgroundAgentData.agentIdcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:18
completedAt?string-common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:33
error?stringBackgroundAgentData.errorcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:22
metadata?Record<string, unknown>BackgroundAgentData.metadatacommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:25
result?unknownBackgroundAgentData.resultcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:21
startedAt?stringBackgroundAgentData.startedAtcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:20
status?stringBackgroundAgentData.statuscommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:19
success?booleanBackgroundAgentData.successcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:23
threadId?stringBackgroundAgentData.threadIdcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:17
type?stringBackgroundAgentData.typecommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:24