TTMSMCPClientServerPromptResponseEvent Event Type
Delivers the messages returned for a prompt retrieval.
API unit family: TMS.MCP.Client.Connection
Parameters
| Name | Description |
|---|---|
Sender |
Connection that received the result. |
AId |
Identifier of the request the result answers. |
ADescription |
Description the server supplied for the prompt, empty when it supplied none. |
AContent |
Array of prompt messages. It belongs to the response being processed and is released as soon as the handler returns, so copy anything that must outlive the call. |
AIsError |
True when the server marked the result as an error result rather than a successful one. |