Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Nov 14, 2024
1 parent d79f52f commit 64da5ab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ export const SETTINGS = i18n.translate(
}
);

export const SETTINGS_TOOLTIP = i18n.translate(
'xpack.elasticAssistant.assistant.settings.settingsTooltip',
{
defaultMessage: 'Settings',
}
);

export const SECURITY_AI_SETTINGS = i18n.translate(
'xpack.elasticAssistant.assistant.settings.securityAiSettingsTitle',
{
Expand Down
28 changes: 0 additions & 28 deletions x-pack/plugins/elastic_assistant/server/__mocks__/query_text.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
* 2.0.
*/

// Query for determining if ESQL docs have been loaded, searches for a specific doc. Intended for the ElasticsearchStore.similaritySearch()
// Note: We may want to add a tag of the resource name to the document metadata, so we can CRUD by specific resource
export const ESQL_DOCS_LOADED_QUERY =
'You can chain processing commands, separated by a pipe character: `|`.';
export const SECURITY_LABS_RESOURCE = 'security_labs';
export const USER_RESOURCE = 'user';
// Query for determining if Security Labs docs have been loaded. Intended for use with Telemetry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { buildResponse } from '../../lib/build_response';
import { ElasticAssistantPluginRouter } from '../../types';

/**
* Get the indices that have fields of `sematic_text` type
* Get the indices that have fields of `semantic_text` type
*
* @param router IRouter for registering routes
*/
Expand Down

0 comments on commit 64da5ab

Please sign in to comment.