openWorldHint property
bool?
get
openWorldHint
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
bool? get openWorldHint => _value['openWorldHint'] as bool?;