Skip to content

Commit

Permalink
[OAS] Rename bedrock connector
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Oct 16, 2023
1 parent aae912a commit 0dcb79a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions x-pack/plugins/actions/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@
},
"schemas": {
"config_properties_bedrock": {
"title": "Connector request properties for an AWS Bedrock connector",
"title": "Connector request properties for an Amazon Bedrock connector",
"description": "Defines properties for connectors when type is `.bedrock`.",
"type": "object",
"required": [
Expand All @@ -1442,17 +1442,17 @@
"properties": {
"apiUrl": {
"type": "string",
"description": "The AWS Bedrock request URL."
"description": "The Amazon Bedrock request URL."
},
"defaultModel": {
"type": "string",
"description": "The generative artificial intelligence model for AWS Bedrock to use. Current support is for the Anthropic Claude models.\n",
"description": "The generative artificial intelligence model for Amazon Bedrock to use. Current support is for the Anthropic Claude models.\n",
"default": "anthropic.claude-v2"
}
}
},
"secrets_properties_bedrock": {
"title": "Connector secrets properties for an AWS Bedrock connector",
"title": "Connector secrets properties for an Amazon Bedrock connector",
"description": "Defines secrets for connectors when type is `.bedrock`.",
"type": "object",
"required": [
Expand All @@ -1471,8 +1471,8 @@
}
},
"create_connector_request_bedrock": {
"title": "Create AWS Bedrock connector request",
"description": "The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock.",
"title": "Create Amazon Bedrock connector request",
"description": "The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock.",
"type": "object",
"required": [
"config",
Expand Down
12 changes: 6 additions & 6 deletions x-pack/plugins/actions/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -822,22 +822,22 @@ components:
example: c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad
schemas:
config_properties_bedrock:
title: Connector request properties for an AWS Bedrock connector
title: Connector request properties for an Amazon Bedrock connector
description: Defines properties for connectors when type is `.bedrock`.
type: object
required:
- apiUrl
properties:
apiUrl:
type: string
description: The AWS Bedrock request URL.
description: The Amazon Bedrock request URL.
defaultModel:
type: string
description: |
The generative artificial intelligence model for AWS Bedrock to use. Current support is for the Anthropic Claude models.
The generative artificial intelligence model for Amazon Bedrock to use. Current support is for the Anthropic Claude models.
default: anthropic.claude-v2
secrets_properties_bedrock:
title: Connector secrets properties for an AWS Bedrock connector
title: Connector secrets properties for an Amazon Bedrock connector
description: Defines secrets for connectors when type is `.bedrock`.
type: object
required:
Expand All @@ -851,8 +851,8 @@ components:
type: string
description: The AWS secret for authentication.
create_connector_request_bedrock:
title: Create AWS Bedrock connector request
description: The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock.
title: Create Amazon Bedrock connector request
description: The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock.
type: object
required:
- config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
title: Connector request properties for an AWS Bedrock connector
title: Connector request properties for an Amazon Bedrock connector
description: Defines properties for connectors when type is `.bedrock`.
type: object
required:
- apiUrl
properties:
apiUrl:
type: string
description: The AWS Bedrock request URL.
description: The Amazon Bedrock request URL.
defaultModel:
type: string
description: >
The generative artificial intelligence model for AWS Bedrock to use.
The generative artificial intelligence model for Amazon Bedrock to use.
Current support is for the Anthropic Claude models.
default: anthropic.claude-v2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Connector response properties for an AWS Bedrock connector
title: Connector response properties for an Amazon Bedrock connector
type: object
required:
- config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Create AWS Bedrock connector request
description: The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock.
title: Create Amazon Bedrock connector request
description: The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock.
type: object
required:
- config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Connector secrets properties for an AWS Bedrock connector
title: Connector secrets properties for an Amazon Bedrock connector
description: Defines secrets for connectors when type is `.bedrock`.
type: object
required:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Update AWS Bedrock connector request
title: Update Amazon Bedrock connector request
type: object
required:
- config
Expand Down

0 comments on commit 0dcb79a

Please sign in to comment.