Skip to content

Update Agent Prompt & return response if no tool to execute

What does this MR do and why?

This MR:

  • Updates ZeroShot agent prompt to answer questions directly if it can't see a fitting tool
  • Updates Answer to return parser's output (raw response body) as final answer if tool can't be found after parsing

This of course allows any arbitrary question to be asked as seen in the examples below:

  1. Arbitrary questions

image

  1. In combination with tools

image

Mentions https://gitlab.com/gitlab-org/gitlab/-/issues/415461

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by George Koltsov

Merge request reports