Skip to content

Commit 800ed17

Browse files
author
Daniel Lorch
committed
chore: fix parameter
1 parent 7dd9f05 commit 800ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dynamic-few-shot-lambda/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Outputs:
379379
Value: !Sub |
380380
Add this ARN to your extraction config:
381381
extraction:
382-
dynamic_few_shot_lambda_arn: "${DynamicFewShotFunction.Arn}"
382+
custom_prompt_lambda_arn: "${DynamicFewShotFunction.Arn}"
383383
384384
MonitoringLink:
385385
Description: Direct link to CloudWatch logs for this function

0 commit comments

Comments
 (0)