You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bedrock_client: A boto3 client for Bedrock Runtime. If provided, other arguments are ignored.
145
-
region_name: The AWS region name.
146
-
aws_access_key_id: The AWS access key ID.
147
-
aws_secret_access_key: The AWS secret access key.
148
-
aws_session_token: The AWS session token.
162
+
aws_access_key_id: The AWS access key ID. If not set, the `AWS_ACCESS_KEY_ID` environment variable will be used if available.
163
+
aws_secret_access_key: The AWS secret access key. If not set, the `AWS_SECRET_ACCESS_KEY` environment variable will be used if available.
164
+
aws_session_token: The AWS session token. If not set, the `AWS_SESSION_TOKEN` environment variable will be used if available.
165
+
api_key: The API key for Bedrock client. Can be used instead of `aws_access_key_id`, `aws_secret_access_key`, and `aws_session_token`. If not set, the `AWS_BEARER_TOKEN_BEDROCK` environment variable will be used if available.
166
+
base_url: The base URL for the Bedrock client.
167
+
region_name: The AWS region name. If not set, the `AWS_DEFAULT_REGION` environment variable will be used if available.
149
168
profile_name: The AWS profile name.
150
169
aws_read_timeout: The read timeout for Bedrock client.
151
170
aws_connect_timeout: The connect timeout for Bedrock client.
result=awaitagent.run('What is the capital of France?')
162
+
assertresult.output==snapshot(
163
+
'The capital of France is Paris. Paris is not only the capital city but also the most populous city in France, and it is a major center for culture, commerce, fashion, and international diplomacy. The city is known for its historical and architectural landmarks, including the Eiffel Tower, the Louvre Museum, Notre-Dame Cathedral, and the Champs-Élysées. Paris plays a significant role in the global arts, fashion, research, technology, education, and entertainment scenes.'
0 commit comments