[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:
Dario Gieselaar 2024-03-19 08:45:20 +01:00 committed by GitHub
parent 5494d8b6a1
commit 2914c41947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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