GetThreadResponse
Interface: GetThreadResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:158
Response for getting thread details
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
agentId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:164 |
createdAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:165 |
description? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:162 |
error? | string | BaseThreadSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10 |
message? | string | BaseThreadSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9 |
metadata? | Record<string, unknown> | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:167 |
status? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:163 |
success? | boolean | BaseThreadSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8 |
thread? | ThreadData | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:159 |
threadId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:160 |
title? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:161 |
updatedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:166 |