mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Security solution] Rename Generative AI connector to OpenAI (#167677)
[Redo this PR](https://github.com/elastic/kibana/pull/167220) because [this PR](https://github.com/elastic/kibana/pull/167220) merged shortly before broke it and I had to fix an import --------- Co-authored-by: lcawl <lcawley@elastic.co>
This commit is contained in:
parent
e1a280f602
commit
b888ecb45c
88 changed files with 258 additions and 304 deletions
|
@ -5273,10 +5273,10 @@
|
|||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.GeneralConnectorFeatureId",
|
||||
"id": "def-common.GenerativeAIConnectorFeatureId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "GeneralConnectorFeatureId",
|
||||
"label": "GenerativeAIConnectorFeatureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"general\""
|
||||
|
@ -5613,10 +5613,10 @@
|
|||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.GeneralFeature",
|
||||
"id": "def-common.GenerativeAIFeature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "GeneralFeature",
|
||||
"label": "GenerativeAIFeature",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
|
@ -5624,7 +5624,7 @@
|
|||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.GeneralFeature.id",
|
||||
"id": "def-common.GenerativeAIFeature.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
|
@ -5635,7 +5635,7 @@
|
|||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.GeneralFeature.name",
|
||||
"id": "def-common.GenerativeAIFeature.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
|
@ -5646,7 +5646,7 @@
|
|||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.GeneralFeature.compatibility",
|
||||
"id": "def-common.GenerativeAIFeature.compatibility",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "compatibility",
|
||||
|
@ -5769,4 +5769,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue