Skip to content

mirascope.core.bedrock.call_params

Usage Documentation

Calls

BedrockCallParams

Bases: BaseCallParams

The parameters to use when calling the Bedrock API.

Bedrock converse API Reference

Attributes:

Name Type Description
system Sequence[SystemContentBlockTypeDef]

The system content blocks to use in the API call.

inferenceConfig InferenceConfigurationTypeDef

The inference configuration to use in the API call.

toolConfig ToolConfigurationTypeDef

The tool configuration to use in the API call.

guardrailConfig GuardrailConfigurationTypeDef

The guardrail configuration to use in the API call.

additionalModelRequestFields Mapping[str, Any]

Additional model request fields to use in the API call.

additionalModelResponseFieldPaths Sequence[str]

Additional model response field paths to use in the API call.