openWorldHint property

bool? openWorldHint
getter/setter pair

If true, this tool may interact with an "open world" of external entities.

If false, the tool's domain of interaction is closed. For example, the world of a web search tool is open, whereas that of a memory tool is not.

Implementation

core.bool? openWorldHint;