Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Oct 9, 2024
1 parent 226a3d7 commit 799223c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libs/aws/langchain_aws/chat_models/bedrock_converse.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ class Joke(BaseModel):
additionalModelResponseFieldPaths.
"""

supports_tool_choice_values: Optional[Sequence[Literal["auto", "any", "tool"]]] = (
None
)
supports_tool_choice_values: Optional[
Sequence[Literal["auto", "any", "tool"]]
] = None
"""Which types of tool_choice values the model supports.
Inferred if not specified. Inferred as ('auto', 'any', 'tool') if a 'claude-3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ def test__snake_to_camel_keys() -> None:
assert _snake_to_camel_keys(_SNAKE_DICT) == _CAMEL_DICT


def test__format_openai_image_url() -> None: ...
def test__format_openai_image_url() -> None:
...


def test_standard_tracing_params() -> None:
Expand Down

0 comments on commit 799223c

Please sign in to comment.