File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ You can enable user confirmation with Bedrock Agents to have your application as
370
370
371
371
1 . Add an openapi extension
372
372
373
- #### Fine grained responses
373
+ #### OpenAPI-based Responses
374
374
375
375
???+ info "Note"
376
376
The default response only includes the essential fields to keep the payload size minimal, as AWS Lambda has a maximum response size of 25 KB.
@@ -411,7 +411,7 @@ The `BedrockAgentFunctionResolver` handles three main aspects:
411
411
2 . ** Parameter Processing** : Automatic parsing and validation of input parameters
412
412
3 . ** Response Formatting** : Converting function outputs into Bedrock Agent compatible responses
413
413
414
- ### Fine grained responses
414
+ ### Function-based Responses
415
415
416
416
???+ info "Note"
417
417
The default response only includes the essential fields to keep the payload size minimal, as AWS Lambda has a maximum response size of 25 KB.
You can’t perform that action at this time.
0 commit comments