mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix(NA): retrieve_elastic_doc tests helpers import (#215051)
This PR fixes https://github.com/elastic/kibana/pull/214880 as it included a non existent import
This commit is contained in:
parent
3b2df8935b
commit
1f3cbf1105
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue