Skip to main content

CreateAndStartThreadOptions

@codebolt/types


Interface: CreateAndStartThreadOptions

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:59

Options for creating and starting a thread in one operation

Extends

Properties

PropertyTypeInherited fromDefined in
agentId?stringCreateThreadOptions.agentIdcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:51
autoStart?boolean-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:60
description?stringCreateThreadOptions.descriptioncommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:50
metadata?Record<string, unknown>CreateThreadOptions.metadatacommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:53
parentThreadId?stringCreateThreadOptions.parentThreadIdcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:52
title?stringCreateThreadOptions.titlecommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:49