Skip to content

Commit

Permalink
reformatted project files to adhere with pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay20t committed Feb 14, 2025
1 parent 09486a3 commit f69ca78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen/oai/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, **kwargs: Any):
signature_version="v4",
retries={"max_attempts": self._retries, "mode": "standard"},
read_timeout=self._aws_read_timeout,
connect_timeout=self._aws_connect_timeout
connect_timeout=self._aws_connect_timeout,
)

session = boto3.Session(
Expand Down
2 changes: 1 addition & 1 deletion notebook/agentchat_nested_chats_chess_altmodels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
" move: Annotated[\n",
" str,\n",
" \"Call this tool to make a move after you have the list of legal moves and want to make a move. Takes UCI format, e.g. e2e4 or e7e5 or e7e8q.\",\n",
" ]\n",
" ],\n",
") -> Annotated[str, \"Result of the move.\"]:\n",
" move = chess.Move.from_uci(move)\n",
" board.push_uci(str(move))\n",
Expand Down

0 comments on commit f69ca78

Please sign in to comment.