Browse Source

AI rule node: remove star from timeout field in rule node

pull/13371/head
Dmytro Skarzhynets 11 months ago
parent
commit
7bb5347fbe
  1. 2
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -5460,7 +5460,7 @@
"response-json-schema-hint": "While any valid JSON Schema can be entered, this rule node only supports a limited subset of its features. See node documentation for details.",
"response-json-schema-required": "JSON Schema is required",
"advanced-settings": "Advanced settings",
"timeout": "Timeout *",
"timeout": "Timeout",
"timeout-hint": "Maximum time to wait for a response \nfrom the AI model before the request is terminated.",
"timeout-required": "Timeout is required",
"timeout-validation": "Must be from 1 second to 10 minutes.",

Loading…
Cancel
Save