- {/* Model Selection */}
-
-
Model
-
updateRoute(route.id, "model", value)}
- placeholder="Select model"
- showSearch
- style={{ width: "100%" }}
- options={modelOptions}
- />
-
-
- {/* Description */}
-
- Description
-
-
- {/* Score Threshold */}
-
-
- Score Threshold
-
-
-
-
-
updateRoute(route.id, "score_threshold", value || 0)}
- min={0}
- max={1}
- step={0.1}
- style={{ width: "100%" }}
- placeholder="0.5"
- />
-
-
- {/* Example Utterances */}
-
-
- Example Utterances
-
-
-
-
-
- Type an utterance and press Enter to add it. You can also paste multiple lines.
-
-
updateRoute(route.id, "utterances", utterances)}
- placeholder="Type an utterance and press Enter..."
- style={{ width: "100%" }}
- tokenSeparators={["\n"]}
- maxTagCount="responsive"
- allowClear
- />
-
-
- ),
- },
- ]}
- />
-