Skip to content

Use Chat class for real chat reqeusts

Jan Provaznik requested to merge jp-cmd-specs into master

What does this MR do and why?

Instead of calling zero shot agent directly when testing real requests, we rather call upper Chat class. This will allow us to test also newly added slash commands.

Specs should behave same as before, this just prepares the spec for adding tests for slash commands in a next MR.

Related to #429915 (closed)

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

MR acceptance checklist

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

Merge request reports