mirror of https://github.com/buster-so/buster.git
Merge pull request #584 from buster-so/dallin/bus-1472-still-running-generatesummary-on-followup-requests
initial summary and such should only go when not a slack follow up
This commit is contained in:
commit
d4b4e873fc
|
@ -28,7 +28,7 @@ const postProcessingWorkflow = createWorkflow({
|
|||
formatFollowUpMessageStep,
|
||||
],
|
||||
// Otherwise use initial message format
|
||||
[async () => true, formatInitialMessageStep],
|
||||
[async ({ inputData }) => inputData?.isSlackFollowUp === false, formatInitialMessageStep],
|
||||
])
|
||||
.commit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue