Robert Tyler Stephens
Robert Tyler Stephens
The ability to separate analytics into separate accounts is pretty fundamental. Modify/add the database tables to accommodate accounts, and modify the javascript to send the account information.
The guardrails attributes were changed in https://github.com/langchain-ai/langchain-aws/pull/26 . However, the docstring had the old parameter keys. It looks like this causes the example on https://api.python.langchain.com/en/latest/chat_models/langchain_aws.chat_models.bedrock.ChatBedrock.html#langchain_aws.chat_models.bedrock.ChatBedrock.guardrails to be wrong. 