@codebolt/types
Interface: CreateThreadOptions
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:48
Thread creation options
Extended by
Properties
| Property | Type | Defined in |
|---|
agentId? | string | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:51 |
description? | string | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:50 |
metadata? | Record<string, unknown> | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:53 |
parentThreadId? | string | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:52 |
title? | string | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:49 |