mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Obs AI Assistant] Relax process contextual insight (#178840)
@LucaWintergerst reported that the contextual insight for processes is a little bit too eager to report that there is no information available for a process. The system prompt tells the LLM that it should fall back to this if it feels it doesn't know what the process does. This change removes that instruction so the LLM tries to be more helpful here.
This commit is contained in:
parent
5494d8b6a1
commit
2914c41947
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,7 @@ export const ContextualInsightProcessRow = ({ command }: { command: string }) =>
|
|||
with the arguments to the process you should then explain its arguments and how they influence the behaviour
|
||||
of the process. If I do not provide any arguments then explain the behaviour of the process when no arguments are
|
||||
provided.
|
||||
If you do not recognise the process say "No information available for this process". If I provide an argument
|
||||
to the process that you do not recognise then say "No information available for this argument" when explaining
|
||||
that argument.
|
||||
|
||||
Here is an example with arguments.
|
||||
Process: metricbeat -c /etc/metricbeat.yml -d autodiscover,kafka -e -system.hostfs=/hostfs
|
||||
Explanation: Metricbeat is part of the Elastic Stack. It is a lightweight shipper that you can install on your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue