Skip to content

Commit 981c580

Browse files
committed
Update a display tag
1 parent 3435c3b commit 981c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballerina/embedding_provider.bal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public distinct isolated client class EmbeddingProvider {
3737
@display {label: "Access Token"} string accessToken,
3838
@display {label: "API Version"} string apiVersion,
3939
@display {label: "Deployment ID"} string deploymentId,
40-
@display {label: "HTTP Configuration"} *ConnectionConfig config) returns ai:Error? {
40+
@display {label: "HTTP Configurations"} *ConnectionConfig config) returns ai:Error? {
4141
embeddings:ClientHttp1Settings?|error http1Settings = config?.http1Settings.cloneWithType();
4242
if http1Settings is error {
4343
return error ai:Error("Failed to clone http1Settings", http1Settings);

0 commit comments

Comments
 (0)