Skip to content

Commit 9bb9ebf

Browse files
committed
made URL OPTIONAL
1 parent f7c423b commit 9bb9ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cohere/credentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func Credentials() schema.CredentialType {
3131
{
3232
Name: fieldname.URL,
3333
MarkdownDescription: "URL of the operator server",
34-
Optional: false,
34+
Optional: true,
3535
},
3636
},
3737
DefaultProvisioner: provision.TempFile(

0 commit comments

Comments
 (0)