rig-bedrock 0.4.3

AWS Bedrock model provider for Rig integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod assistant_content;
pub(crate) mod completion_request;
pub(crate) mod converse_output;
pub(crate) mod document;
pub(crate) mod errors;
pub(crate) mod image;
pub(crate) mod json;
pub(crate) mod media_types;
pub(crate) mod message;
pub(crate) mod text_to_image;
pub(crate) mod tool;
pub(crate) mod user_content;