BackgroundAgentCompletion
Interface: BackgroundAgentCompletion
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:32
Background agent completion data
Extends
Indexable
[key: string]: unknown
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
agentId? | string | BackgroundAgentData.agentId | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:18 |
completedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:33 |
error? | string | BackgroundAgentData.error | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:22 |
metadata? | Record<string, unknown> | BackgroundAgentData.metadata | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:25 |
result? | unknown | BackgroundAgentData.result | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:21 |
startedAt? | string | BackgroundAgentData.startedAt | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:20 |
status? | string | BackgroundAgentData.status | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:19 |
success? | boolean | BackgroundAgentData.success | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:23 |
threadId? | string | BackgroundAgentData.threadId | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:17 |
type? | string | BackgroundAgentData.type | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:24 |