Skip to main content

CreateThreadOptions

@codebolt/types


Interface: CreateThreadOptions

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

Thread creation options

Extended by

Properties

PropertyTypeDefined in
agentId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:51
description?stringcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:50
metadata?Record<string, unknown>common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:53
parentThreadId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:52
title?stringcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:49