Skip to content

Commit a30ea43

Browse files
committed
fix: remove unecessary code
1 parent 3bafaf8 commit a30ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parser/models/bedrock_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ class BedrockAgentEventModel(BaseModel):
3434
session_attributes: Dict[str, str] = Field({}, alias="sessionAttributes")
3535
prompt_session_attributes: Dict[str, str] = Field({}, alias="promptSessionAttributes")
3636
agent: BedrockAgentModel
37-
parameters: Optional[List[BedrockAgentPropertyModel]] = Field(None, required=False)
37+
parameters: Optional[List[BedrockAgentPropertyModel]] = None
3838
request_body: Optional[BedrockAgentRequestBodyModel] = Field(None, alias="requestBody")

0 commit comments

Comments
 (0)