From 6b3ce9df548a1399145781851708f208d1e6540e Mon Sep 17 00:00:00 2001 From: "ubiquity-os[bot]" Date: Wed, 9 Oct 2024 09:39:54 +0000 Subject: [PATCH] chore: updated generated configuration --- manifest.json | 108 +++++++++++--------------------------------------- 1 file changed, 24 insertions(+), 84 deletions(-) diff --git a/manifest.json b/manifest.json index e82e98f6..6e5df7d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,7 @@ { "name": "Conversation rewards", "description": "Generate rewards for on topic conversation for closing issues as complete.", - "ubiquity:listeners": [ - "issues.closed" - ], + "ubiquity:listeners": ["issues.closed"], "configuration": { "default": {}, "type": "object", @@ -74,17 +72,12 @@ "type": "string" } }, - "required": [ - "model", - "endpoint" - ] + "required": ["model", "endpoint"] }, "multipliers": { "default": [ { - "role": [ - "ISSUE_SPECIFICATION" - ], + "role": ["ISSUE_SPECIFICATION"], "relevance": 1 } ], @@ -263,16 +256,11 @@ "type": "number" } }, - "required": [ - "role" - ] + "required": ["role"] } } }, - "required": [ - "openAi", - "multipliers" - ] + "required": ["openAi", "multipliers"] }, { "type": "null" @@ -290,9 +278,7 @@ "type": "boolean" } }, - "required": [ - "redeemTask" - ] + "required": ["redeemTask"] }, { "type": "null" @@ -322,90 +308,70 @@ "minItems": 1, "default": [ { - "role": [ - "ISSUE_SPECIFICATION" - ], + "role": ["ISSUE_SPECIFICATION"], "multiplier": 1, "rewards": { "wordValue": 0.1 } }, { - "role": [ - "ISSUE_AUTHOR" - ], + "role": ["ISSUE_AUTHOR"], "multiplier": 1, "rewards": { "wordValue": 0.2 } }, { - "role": [ - "ISSUE_ASSIGNEE" - ], + "role": ["ISSUE_ASSIGNEE"], "multiplier": 0, "rewards": { "wordValue": 0 } }, { - "role": [ - "ISSUE_COLLABORATOR" - ], + "role": ["ISSUE_COLLABORATOR"], "multiplier": 1, "rewards": { "wordValue": 0.1 } }, { - "role": [ - "ISSUE_CONTRIBUTOR" - ], + "role": ["ISSUE_CONTRIBUTOR"], "multiplier": 0.25, "rewards": { "wordValue": 0.1 } }, { - "role": [ - "PULL_SPECIFICATION" - ], + "role": ["PULL_SPECIFICATION"], "multiplier": 0, "rewards": { "wordValue": 0 } }, { - "role": [ - "PULL_AUTHOR" - ], + "role": ["PULL_AUTHOR"], "multiplier": 2, "rewards": { "wordValue": 0.2 } }, { - "role": [ - "PULL_ASSIGNEE" - ], + "role": ["PULL_ASSIGNEE"], "multiplier": 1, "rewards": { "wordValue": 0.1 } }, { - "role": [ - "PULL_COLLABORATOR" - ], + "role": ["PULL_COLLABORATOR"], "multiplier": 1, "rewards": { "wordValue": 0.1 } }, { - "role": [ - "PULL_CONTRIBUTOR" - ], + "role": ["PULL_CONTRIBUTOR"], "multiplier": 0.25, "rewards": { "wordValue": 0.1 @@ -687,10 +653,7 @@ "type": "boolean" } }, - "required": [ - "score", - "countWords" - ] + "required": ["score", "countWords"] } } }, @@ -699,17 +662,10 @@ "type": "number" } }, - "required": [ - "html", - "wordValue" - ] + "required": ["html", "wordValue"] } }, - "required": [ - "role", - "multiplier", - "rewards" - ] + "required": ["role", "multiplier", "rewards"] } }, "wordCountExponent": { @@ -717,10 +673,7 @@ "type": "number" } }, - "required": [ - "multipliers", - "wordCountExponent" - ] + "required": ["multipliers", "wordCountExponent"] }, { "type": "null" @@ -755,10 +708,7 @@ "type": "boolean" } }, - "required": [ - "post", - "debug" - ] + "required": ["post", "debug"] }, { "type": "null" @@ -791,19 +741,9 @@ "type": "number" } }, - "required": [ - "maxAttempts", - "delayMs" - ] + "required": ["maxAttempts", "delayMs"] } }, - "required": [ - "logLevel", - "evmNetworkId", - "evmPrivateEncrypted", - "erc20RewardToken", - "incentives", - "dataCollection" - ] + "required": ["logLevel", "evmNetworkId", "evmPrivateEncrypted", "erc20RewardToken", "incentives", "dataCollection"] } -} \ No newline at end of file +}