Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Assistant] Add support for manually entering eval datasets (#…
…194072) ## Summary On cloud environments we don't send the LangSmith credentials through the `GET /evaluate` route which returns available datasets for selection, so the datasets are never populated. Since the Dataset field didn't allow custom options, this means you couldn't perform evals in cloud environments. This PR updates the Dataset field to take custom options so that you can manually enter the dataset name in cloud environments: <p align="center"> <img width="500" src="https://github.com/user-attachments/assets/4828e085-180c-42bb-9656-34bda57b74b5" /> </p> To test, enable the below feature flag to show the evaluation tab under settings: ``` xpack.securitySolution.enableExperimental: - "assistantModelEvaluation" ```
- Loading branch information