Skip to content

Bedrock Agentcore  >  Enums  >  HarnessBedrockApiFormat

HarnessBedrockApiFormat

Enum Class

HarnessBedrockApiFormat

Bases: UnknownEnumMixin, StrEnum

Attributes

CHAT_COMPLETIONS class-attribute instance-attribute
CHAT_COMPLETIONS = 'chat_completions'

Use the Chat Completions API format.

CONVERSE_STREAM class-attribute instance-attribute
CONVERSE_STREAM = 'converse_stream'

Use the Bedrock Converse Stream API format.

RESPONSES class-attribute instance-attribute
RESPONSES = 'responses'

Use the Responses API format.