Skip to main content

Agent

@codebolt/types


Interface: Agent

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/common.ts:383

Interface for Agent structure

Properties

PropertyTypeDescriptionDefined in
agent_id?stringAgent identifier stringcommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:393
description?stringAgent descriptioncommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:389
id?string | numberAgent IDcommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:387
longDescription?stringDetailed description of the agent and its capabilitiescommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:397
name?stringAgent namecommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:385
title?stringAgent titlecommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:391
unique_id?stringUnique identifier for the agentcommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:395