Represents a part of a chat response that is formatted as Markdown.
Constructor
new(value:EitherType<String, MarkdownString>)
Create a new ChatResponseMarkdownPart.
@link MarkdownString.isTrusted} is NOT supported.
Parameters:
value | A markdown string or a string that should be interpreted as markdown. The boolean form of { |
---|