TTMSMCPToolBuilder.OpenWorldHint Method
Declares that the tool reaches out to an open, external world such as the internet or a third-party service, so its result may differ between two identical calls and cannot be predicted from the arguments alone.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolBuilder
Syntax
class function OpenWorldHint(AValue: Boolean = True): TTMSMCPToolBuilderClass;
Parameters
| Name | Description |
|---|---|
AValue |
When True, the hint is published; when False, it is cleared. |
Returns
The tool builder class, so the configuration can be chained.