Skip to content

Commit

Permalink
[Obs AI Assistant] Relax process contextual insight (elastic#178840)
Browse files Browse the repository at this point in the history
@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.
  • Loading branch information
dgieselaar authored Mar 19, 2024
1 parent 5494d8b commit 2914c41
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2914c41

Please sign in to comment.