External Api
@Serializable
Retrieve from data source powered by external API for grounding. The external API is not owned by Google, but need to follow the pre-defined API spec. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(apiAuth: ApiAuth? = null, apiSpec: ApiSpec? = null, authConfig: AuthConfig? = null, elasticSearchParams: ExternalApiElasticSearchParams? = null, endpoint: String? = null, simpleSearchParams: ExternalApiSimpleSearchParams? = null)