Skip to content

Commit

Permalink
set max concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent 763840f commit b5de64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion state_machines/rfp_email_form_fill/state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"s3_arn.$": "$.parsed_attachments_for_llm_ouput.attachment_arns[0]"
},
"ResultPath": "$.prompt_responses",
"Next": "Map claude response to document filler argument"
"Next": "Map claude response to document filler argument",
"MaxConcurrency": 3
},
"Map claude response to document filler argument": {
"Type": "Map",
Expand Down

0 comments on commit b5de64b

Please sign in to comment.