forked from instill-ai/component
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into namwoam/cohere
- Loading branch information
Showing
20 changed files
with
175 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"additionalProperties": true, | ||
"properties": { | ||
"api-key": { | ||
"description": "Fill your Anthropic API key. To find your keys, visit the Anthropic console page.", | ||
"instillUpstreamTypes": [ | ||
"reference" | ||
], | ||
"instillAcceptFormats": [ | ||
"string" | ||
], | ||
"instillSecret": true, | ||
"instillCredential": false, | ||
"instillUIOrder": 0, | ||
"title": "API Key", | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"api-key" | ||
], | ||
"instillEditOnNodeFields": [ | ||
"api-key" | ||
], | ||
"title": "Anthropic Connection", | ||
"type": "object" | ||
} | ||
|
||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"additionalProperties": true, | ||
"properties": { | ||
"api-key": { | ||
"description": "Fill your Anthropic API key. To find your keys, visit the Anthropic console page.", | ||
"instillUpstreamTypes": [ | ||
"reference" | ||
], | ||
"instillAcceptFormats": [ | ||
"string" | ||
], | ||
"instillSecret": true, | ||
"instillCredential": true, | ||
"instillUIOrder": 0, | ||
"title": "API Key", | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"api-key" | ||
], | ||
"instillEditOnNodeFields": [ | ||
"api-key" | ||
], | ||
"title": "Anthropic Connection", | ||
"type": "object" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.