CreateAndStartThreadOptions
Interface: CreateAndStartThreadOptions
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:59
Options for creating and starting a thread in one operation
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
agentId? | string | CreateThreadOptions.agentId | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:51 |
autoStart? | boolean | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:60 |
description? | string | CreateThreadOptions.description | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:50 |
metadata? | Record<string, unknown> | CreateThreadOptions.metadata | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:53 |
parentThreadId? | string | CreateThreadOptions.parentThreadId | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:52 |
title? | string | CreateThreadOptions.title | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:49 |