Skip to content

Commit a7a2d09

Browse files
committed
fmt
1 parent 98567a2 commit a7a2d09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/aws/langchain_aws/chat_models/bedrock_converse.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,13 @@ class Joke(BaseModel):
256256
client: Any = Field(exclude=True) #: :meta private:
257257

258258
model_id: str = Field(alias="model")
259-
"""Id of the model to call
259+
"""Id of the model to call.
260260
261261
e.g., ``"anthropic.claude-3-sonnet-20240229-v1:0"``. This is equivalent to the
262262
modelID property in the list-foundation-models api. For custom and provisioned
263-
models, an ARN value is expected.
263+
models, an ARN value is expected. See
264+
https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns
265+
for a list of all supported built-in models.
264266
"""
265267

266268
max_tokens: Optional[int] = None

0 commit comments

Comments
 (0)