endpoint property

String? endpoint
getter/setter pair

The endpoint of the external API.

The system will call the API at this endpoint to retrieve the data for grounding. Example: https://acme.com:443/search

Implementation

core.String? endpoint;