mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
1945 lines
No EOL
77 KiB
JSON
1945 lines
No EOL
77 KiB
JSON
{
|
|
"id": "@kbn/ai-assistant",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ChatBody",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n}: { connectors: ",
|
|
"UseGenAIConnectorsResult",
|
|
"; currentUser?: Pick<",
|
|
"AuthenticatedUser",
|
|
", \"username\" | \"full_name\" | \"profile_uid\"> | undefined; flyoutPositionMode?: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
" | undefined; initialTitle?: string | undefined; initialMessages?: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[] | undefined; initialConversationId?: string | undefined; knowledgeBase: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.UseKnowledgeBaseResult",
|
|
"text": "UseKnowledgeBaseResult"
|
|
},
|
|
"; showLinkToConversationsApp: boolean; onConversationUpdate: (conversation: { conversation: { id: string; title: string; last_updated: string; }; }) => void; onConversationDuplicate: (conversation: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
") => void; onToggleFlyoutPositionMode?: ((flyoutPositionMode: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
") => void) | undefined; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; setIsUpdatingConversationList: (isUpdating: boolean) => void; refreshConversations: () => void; updateDisplayedConversation: (id?: string | undefined) => void; }) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.connectors",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "connectors",
|
|
"description": [],
|
|
"signature": [
|
|
"UseGenAIConnectorsResult"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.currentUser",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "currentUser",
|
|
"description": [],
|
|
"signature": [
|
|
"Pick<",
|
|
"AuthenticatedUser",
|
|
", \"username\" | \"full_name\" | \"profile_uid\"> | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.flyoutPositionMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "flyoutPositionMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.initialTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "initialTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.initialMessages",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "initialMessages",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.initialConversationId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "initialConversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.knowledgeBase",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "knowledgeBase",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.UseKnowledgeBaseResult",
|
|
"text": "UseKnowledgeBaseResult"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.showLinkToConversationsApp",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showLinkToConversationsApp",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onConversationUpdate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onConversationUpdate",
|
|
"description": [],
|
|
"signature": [
|
|
"(conversation: { conversation: { id: string; title: string; last_updated: string; }; }) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onConversationUpdate.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conversation",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onConversationUpdate.$1.conversation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conversation",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id: string; title: string; last_updated: string; }"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onConversationDuplicate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onConversationDuplicate",
|
|
"description": [],
|
|
"signature": [
|
|
"(conversation: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onConversationDuplicate.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conversation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onToggleFlyoutPositionMode",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onToggleFlyoutPositionMode",
|
|
"description": [],
|
|
"signature": [
|
|
"((flyoutPositionMode: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
") => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.onToggleFlyoutPositionMode.$1",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "flyoutPositionMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.navigateToConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"((conversationId?: string | undefined) => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.navigateToConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "conversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.setIsUpdatingConversationList",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setIsUpdatingConversationList",
|
|
"description": [],
|
|
"signature": [
|
|
"(isUpdating: boolean) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.setIsUpdatingConversationList.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isUpdating",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.refreshConversations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refreshConversations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.updateDisplayedConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateDisplayedConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatBody.$1.updateDisplayedConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ChatFlyout",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n initialTitle,\n initialMessages: initialMessagesFromProps,\n initialFlyoutPositionMode,\n onFlyoutPositionModeChange,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}: { initialTitle: string; initialMessages: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[]; initialFlyoutPositionMode?: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
" | undefined; onFlyoutPositionModeChange?: ((next: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
") => void) | undefined; isOpen: boolean; onClose: () => void; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; hideConversationList?: boolean | undefined; }) => React.JSX.Element | null"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n initialTitle,\n initialMessages: initialMessagesFromProps,\n initialFlyoutPositionMode,\n onFlyoutPositionModeChange,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.initialTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "initialTitle",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.initialMessages",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "initialMessages",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.initialFlyoutPositionMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "initialFlyoutPositionMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.onFlyoutPositionModeChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onFlyoutPositionModeChange",
|
|
"description": [],
|
|
"signature": [
|
|
"((next: ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
},
|
|
") => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.onFlyoutPositionModeChange.$1",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "next",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.FlyoutPositionMode",
|
|
"text": "FlyoutPositionMode"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.isOpen",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isOpen",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.onClose",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onClose",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.navigateToConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"((conversationId?: string | undefined) => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.navigateToConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "conversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatFlyout.$1.hideConversationList",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideConversationList",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ChatInlineEditingContent",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n visible,\n setContainer,\n style,\n}: { visible?: boolean | undefined; setContainer?: ((element: HTMLDivElement | null) => void) | undefined; style: React.CSSProperties; }) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n visible,\n setContainer,\n style,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent.$1.visible",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "visible",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent.$1.setContainer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setContainer",
|
|
"description": [],
|
|
"signature": [
|
|
"((element: HTMLDivElement | null) => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent.$1.setContainer.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "element",
|
|
"description": [],
|
|
"signature": [
|
|
"HTMLDivElement | null"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ChatInlineEditingContent.$1.style",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"React.CSSProperties"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ConversationList",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n conversations,\n isLoading,\n selectedConversationId,\n currentUser,\n onConversationSelect,\n newConversationHref,\n getConversationHref,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n}: { conversations: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.AbortableAsyncState",
|
|
"text": "AbortableAsyncState"
|
|
},
|
|
"<{ conversations: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
"[]; }>; isLoading: boolean; selectedConversationId?: string | undefined; currentUser: Pick<",
|
|
"AuthenticatedUser",
|
|
", \"username\" | \"full_name\" | \"profile_uid\">; onConversationSelect?: ((conversationId?: string | undefined) => void) | undefined; newConversationHref?: string | undefined; getConversationHref?: ((conversationId: string) => string) | undefined; setIsUpdatingConversationList: (isUpdating: boolean) => void; refreshConversations: () => void; updateDisplayedConversation: (id?: string | undefined) => void; }) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n conversations,\n isLoading,\n selectedConversationId,\n currentUser,\n onConversationSelect,\n newConversationHref,\n getConversationHref,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.conversations",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "conversations",
|
|
"description": [],
|
|
"signature": [
|
|
"State<{ conversations: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
"[]; }> & { refresh: () => void; }"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.isLoading",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.selectedConversationId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "selectedConversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.currentUser",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "currentUser",
|
|
"description": [],
|
|
"signature": [
|
|
"{ username: string; full_name?: string | undefined; profile_uid?: string | undefined; }"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.onConversationSelect",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onConversationSelect",
|
|
"description": [],
|
|
"signature": [
|
|
"((conversationId?: string | undefined) => void) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.onConversationSelect.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "conversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.newConversationHref",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "newConversationHref",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.getConversationHref",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getConversationHref",
|
|
"description": [],
|
|
"signature": [
|
|
"((conversationId: string) => string) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.getConversationHref.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "conversationId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.setIsUpdatingConversationList",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setIsUpdatingConversationList",
|
|
"description": [],
|
|
"signature": [
|
|
"(isUpdating: boolean) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.setIsUpdatingConversationList.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isUpdating",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.refreshConversations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refreshConversations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.updateDisplayedConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateDisplayedConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationList.$1.updateDisplayedConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ConversationView",
|
|
"description": [],
|
|
"signature": [
|
|
"({ conversationId, navigateToConversation, getConversationHref, newConversationHref, scopes, }: ConversationViewProps) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/conversation/conversation_view.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.ConversationView.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n conversationId,\n navigateToConversation,\n getConversationHref,\n newConversationHref,\n scopes,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"ConversationViewProps"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/conversation/conversation_view.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.createAppService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createAppService",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n pluginsStart,\n}: { pluginsStart: ",
|
|
"AIAssistantPluginStartDependencies",
|
|
"; }) => ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantService",
|
|
"text": "ObservabilityAIAssistantService"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.createAppService.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n pluginsStart,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.createAppService.$1.pluginsStart",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pluginsStart",
|
|
"description": [],
|
|
"signature": [
|
|
"AIAssistantPluginStartDependencies"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.reverseToLastUserMessage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reverseToLastUserMessage",
|
|
"description": [],
|
|
"signature": [
|
|
"(messages: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[], message: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.reverseToLastUserMessage.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "messages",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.reverseToLastUserMessage.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "message",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useAIAssistantAppService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useAIAssistantAppService",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantService",
|
|
"text": "ObservabilityAIAssistantService"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_ai_assistant_app_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useAIAssistantChatService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useAIAssistantChatService",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantChatService",
|
|
"text": "ObservabilityAIAssistantChatService"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_ai_assistant_chat_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConfirmModal",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useConfirmModal",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n title,\n children,\n confirmButtonText,\n}: { title: React.ReactNode; children: React.ReactNode; confirmButtonText: React.ReactNode; }) => { element: React.ReactNode; confirm: (checkBoxLabel: string) => Promise<boolean>; }"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_confirm_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConfirmModal.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n title,\n children,\n confirmButtonText,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_confirm_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConfirmModal.$1.title",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_confirm_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConfirmModal.$1.children",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "children",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_confirm_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConfirmModal.$1.confirmButtonText",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "confirmButtonText",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_confirm_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationContextMenu",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useConversationContextMenu",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n setIsUpdatingConversationList,\n refreshConversations,\n}: { setIsUpdatingConversationList: (isUpdating: boolean) => void; refreshConversations: () => void; }) => ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.UseConversationContextMenuResult",
|
|
"text": "UseConversationContextMenuResult"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationContextMenu.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n setIsUpdatingConversationList,\n refreshConversations,\n}",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationContextMenu.$1.setIsUpdatingConversationList",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setIsUpdatingConversationList",
|
|
"description": [],
|
|
"signature": [
|
|
"(isUpdating: boolean) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationContextMenu.$1.setIsUpdatingConversationList.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isUpdating",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationContextMenu.$1.refreshConversations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refreshConversations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationsByDate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useConversationsByDate",
|
|
"description": [],
|
|
"signature": [
|
|
"(conversations: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
"[], getConversationHref: ((id: string) => string) | undefined) => Record<string, { id: string; label: string; lastUpdated: string; href?: string | undefined; public: boolean; conversation: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
"; }[]>"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversations_by_date.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationsByDate.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "conversations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversations_by_date.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useConversationsByDate.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getConversationHref",
|
|
"description": [],
|
|
"signature": [
|
|
"((id: string) => string) | undefined"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversations_by_date.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useGenAIConnectors",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useGenAIConnectors",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"UseGenAIConnectorsResult"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_genai_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useKnowledgeBase",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useKnowledgeBase",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant",
|
|
"scope": "public",
|
|
"docId": "kibKbnAiAssistantPluginApi",
|
|
"section": "def-public.UseKnowledgeBaseResult",
|
|
"text": "UseKnowledgeBaseResult"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.useScopes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useScopes",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "@kbn/ai-assistant-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnAiAssistantCommonPluginApi",
|
|
"section": "def-common.AssistantScope",
|
|
"text": "AssistantScope"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_scopes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.CopyConversationToClipboardParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CopyConversationToClipboardParams",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.CopyConversationToClipboardParams.conversation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conversation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.CopyConversationToClipboardParams.messages",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "messages",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Message",
|
|
"text": "Message"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UseConversationContextMenuResult",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.deleteConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => Promise<void>"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.deleteConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.copyConversationToClipboard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "copyConversationToClipboard",
|
|
"description": [],
|
|
"signature": [
|
|
"(conversation: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.copyConversationToClipboard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conversation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.copyUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "copyUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => void"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.copyUrl.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.archiveConversation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "archiveConversation",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string, isArchived: boolean) => Promise<",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.Conversation",
|
|
"text": "Conversation"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.archiveConversation.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseConversationContextMenuResult.archiveConversation.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isArchived",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation_context_menu.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseKnowledgeBaseResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UseKnowledgeBaseResult",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseKnowledgeBaseResult.status",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
"State<{ errorMessage?: string | undefined; enabled: boolean; endpoint?: Partial<",
|
|
"InferenceInferenceEndpointInfo",
|
|
"> | undefined; modelStats?: Partial<",
|
|
"MlTrainedModelStats",
|
|
"> | undefined; kbState: ",
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-common.KnowledgeBaseState",
|
|
"text": "KnowledgeBaseState"
|
|
},
|
|
"; }> & { refresh: () => void; }"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseKnowledgeBaseResult.isInstalling",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isInstalling",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseKnowledgeBaseResult.isPolling",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isPolling",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseKnowledgeBaseResult.install",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "install",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<void>"
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.FlyoutPositionMode",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FlyoutPositionMode",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.AIAssistantAppService",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AIAssistantAppService",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantService",
|
|
"text": "ObservabilityAIAssistantService"
|
|
}
|
|
],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/ai-assistant",
|
|
"id": "def-public.UseGenAIConnectorsResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "UseGenAIConnectorsResult",
|
|
"description": [],
|
|
"path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_genai_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |