Skip to content

Commit db7d6b9

Browse files
committed
fix doc typo
1 parent c8b1b2f commit db7d6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/event_handler/bedrock_agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ You can enable user confirmation with Bedrock Agents to have your application as
370370

371371
1. Add an openapi extension
372372

373-
#### Fine grained responses
373+
#### OpenAPI-based Responses
374374

375375
???+ info "Note"
376376
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:
411411
2. **Parameter Processing**: Automatic parsing and validation of input parameters
412412
3. **Response Formatting**: Converting function outputs into Bedrock Agent compatible responses
413413

414-
### Fine grained responses
414+
### Function-based Responses
415415

416416
???+ info "Note"
417417
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.

0 commit comments

Comments
 (0)