Skip to content

Commit

Permalink
aws[patch]: Release 0.2.5 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 31, 2024
1 parent fc03740 commit a266476
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 713 deletions.
2 changes: 1 addition & 1 deletion libs/aws/langchain_aws/agents/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def create_agent(
)

def invoke(
self, input: Dict, config: Optional[RunnableConfig] = None
self, input: Dict, config: Optional[RunnableConfig] = None, **kwargs: Any
) -> OutputType:
"""
Invoke the Bedrock agent.
Expand Down
Loading

0 comments on commit a266476

Please sign in to comment.