@alpic80/rivet-core 1.24.2-aidon.6 → 1.24.2-aidon.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16763,6 +16763,21 @@ function chatAidonNode() {
16763
16763
  var aidonPlugin = {
16764
16764
  id: "aidon",
16765
16765
  name: "Aidon",
16766
+ configSpec: {
16767
+ aidonURL: {
16768
+ type: "string",
16769
+ label: "Aidon URL",
16770
+ description: "The URL for the Aidon application.",
16771
+ helperText: "Defaults to https://app.aidon.ai. URL for the Aidon application.",
16772
+ default: "https://app.aidon.ai"
16773
+ },
16774
+ aidonKey: {
16775
+ type: "secret",
16776
+ label: "Aidon API Key",
16777
+ description: "The API Key for the Aidon application.",
16778
+ helperText: "API Key for the Aidon application."
16779
+ }
16780
+ },
16766
16781
  register: (register) => {
16767
16782
  register(chatAidonNode());
16768
16783
  }