Skip to content

Commit

Permalink
update state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 2, 2024
1 parent 3cd3063 commit d74dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_machines/rfp_email_form_fill/state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"ItemSelector": {
"system_prompt.$": "$.get_prompts_output.parsed_JSON.system_prompt",
"prompt.$": "$$.Map.Item.Value",
"s3_arn.$": "$.parsed_attachments_for_llm_ouput.attachments[0].attachment_uri"
"s3_arn.$": "$.parsed_attachments_for_llm_ouput.attachment_arns[0]"
},
"ResultPath": "$.prompt_responses",
"Next": "Map claude response to document filler argument",
Expand Down

0 comments on commit d74dfe7

Please sign in to comment.