LLDB mainline
lldb_protocol::mcp::TextContent Struct Reference

Text provided to or from an LLM. More...

#include <Protocol.h>

Public Attributes

std::string text
 The text content of the message.

Detailed Description

Text provided to or from an LLM.

Definition at line 169 of file Protocol.h.

Member Data Documentation

◆ text

std::string lldb_protocol::mcp::TextContent::text

The text content of the message.

Definition at line 171 of file Protocol.h.

Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().


The documentation for this struct was generated from the following file: