Skip to main content

InternalMessage

@codebolt/types


Interface: InternalMessage

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:623

Interface for user message structure in agent lib.

Properties

PropertyTypeDescriptionDefined in
mentionedAgentsany[]List of agents mentioned in the messagecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:631
mentionedFiles?string[]Optional list of files mentioned in the messagecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:627
mentionedMCPs{ toolbox: string; toolName: string; }[]List of MCP (Model Context Protocol) tools mentionedcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:629
remixPrompt?string-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:632
userMessagestringThe actual text content of the user messagecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:625