endpoint property
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;
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
core.String? endpoint;