A2AClientFactory
Factory for creating instances of the A2AClient.
Functions
Link copied to clipboard
fun create(baseUrl: String, httpClient: HttpClient? = null, json: Json = Json {
ignoreUnknownKeys = true
isLenient = true
prettyPrint = true
}, defaultRequestConfigurer: DefaultRequest.DefaultRequestBuilder.() -> Unit = { }, requestConfigurer: HttpRequestBuilder.() -> Unit = { }): A2AClient
Creates a new instance of the A2AClient.