[9.0] fix(NA): retrieve_elastic_doc tests helpers import (#215051) (#215054)

# Backport

This will backport the following commits from `main` to `9.0`:
- [fix(NA): retrieve_elastic_doc tests helpers import
(#215051)](https://github.com/elastic/kibana/pull/215051)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"tiago.costa@elastic.co"},"sourceCommit":{"committedDate":"2025-03-18T19:20:40Z","message":"fix(NA):
retrieve_elastic_doc tests helpers import (#215051)\n\nThis PR fixes
https://github.com/elastic/kibana/pull/214880 as it\nincluded a non
existent
import","sha":"1f3cbf110527266b8c91d99d5384cbd68d4a3a98","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","v9.0.0","backport:version","v9.1.0","v8.19.0"],"title":"fix(NA):
retrieve_elastic_doc tests helpers
import","number":215051,"url":"https://github.com/elastic/kibana/pull/215051","mergeCommit":{"message":"fix(NA):
retrieve_elastic_doc tests helpers import (#215051)\n\nThis PR fixes
https://github.com/elastic/kibana/pull/214880 as it\nincluded a non
existent
import","sha":"1f3cbf110527266b8c91d99d5384cbd68d4a3a98"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215051","number":215051,"mergeCommit":{"message":"fix(NA):
retrieve_elastic_doc tests helpers import (#215051)\n\nThis PR fixes
https://github.com/elastic/kibana/pull/214880 as it\nincluded a non
existent
import","sha":"1f3cbf110527266b8c91d99d5384cbd68d4a3a98"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
Kibana Machine 2025-03-18 20:39:26 +01:00 committed by GitHub
parent 5b91cbf2d8
commit bf858b1bac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ import {
LlmProxy,
createLlmProxy,
} from '../../../../../../../observability_ai_assistant_api_integration/common/create_llm_proxy';
import { chatComplete } from './helpers';
import { chatComplete } from '../../utils/conversation';
import type { DeploymentAgnosticFtrProviderContext } from '../../../../../ftr_provider_context';
import { installProductDoc, uninstallProductDoc } from '../../utils/product_doc_base';