We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3435c3b commit 981c580Copy full SHA for 981c580
ballerina/embedding_provider.bal
@@ -37,7 +37,7 @@ public distinct isolated client class EmbeddingProvider {
37
@display {label: "Access Token"} string accessToken,
38
@display {label: "API Version"} string apiVersion,
39
@display {label: "Deployment ID"} string deploymentId,
40
- @display {label: "HTTP Configuration"} *ConnectionConfig config) returns ai:Error? {
+ @display {label: "HTTP Configurations"} *ConnectionConfig config) returns ai:Error? {
41
embeddings:ClientHttp1Settings?|error http1Settings = config?.http1Settings.cloneWithType();
42
if http1Settings is error {
43
return error ai:Error("Failed to clone http1Settings", http1Settings);
0 commit comments