mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 09:35:06 +08:00
### What problem does this PR solve? Feat: Display error messages from intermediate nodes. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -182,6 +182,7 @@ export default function Agent() {
|
||||
|
||||
const handleButtonRunClick = useCallback(() => {
|
||||
if (isWebhookMode) {
|
||||
saveGraph();
|
||||
showWebhookTestSheet();
|
||||
} else if (isPipeline) {
|
||||
handleRunPipeline();
|
||||
@ -193,6 +194,7 @@ export default function Agent() {
|
||||
handleRunPipeline,
|
||||
isPipeline,
|
||||
isWebhookMode,
|
||||
saveGraph,
|
||||
showWebhookTestSheet,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user