Clients can contribute response content matchers to parse the response content.
The default chat user interface will collect all contributed matchers and use them
to parse the response into structured content parts (e.g. code blocks, markdown blocks),
which are then rendered with a ChatResponsePartRenderer registered for the respective
content part type.
Clients can contribute response content matchers to parse the response content.
The default chat user interface will collect all contributed matchers and use them to parse the response into structured content parts (e.g. code blocks, markdown blocks), which are then rendered with a
ChatResponsePartRenderer
registered for the respective content part type.Example