first commit
This commit is contained in:
15
docs/openapi/schemas/integrations/bedrock/common.yaml
Normal file
15
docs/openapi/schemas/integrations/bedrock/common.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# AWS Bedrock Integration Common Types
|
||||
|
||||
BedrockError:
|
||||
type: object
|
||||
properties:
|
||||
message:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
|
||||
BedrockMessageRole:
|
||||
type: string
|
||||
enum:
|
||||
- user
|
||||
- assistant
|
||||
Reference in New Issue
Block a user