From d74dfe75ccf36ea689f96e25032996b44ffc198c Mon Sep 17 00:00:00 2001 From: Joel Balcaen Date: Thu, 2 May 2024 16:22:54 -0300 Subject: [PATCH] update state machine --- state_machines/rfp_email_form_fill/state_machine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state_machines/rfp_email_form_fill/state_machine.json b/state_machines/rfp_email_form_fill/state_machine.json index fad7083..80bbf78 100644 --- a/state_machines/rfp_email_form_fill/state_machine.json +++ b/state_machines/rfp_email_form_fill/state_machine.json @@ -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",