-
Notifications
You must be signed in to change notification settings - Fork 1
Chore: [AEA-6070] - Add Unit Tests #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: [AEA-6070] - Add Unit Tests #240
Conversation
|
This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket: AEA-6070 |
45ded80 to
2b605d0
Compare
|
|
|
||
| logger.info( | ||
| f"Loading prompt {prompt_name}' (ID: {prompt_id})", | ||
| extra={"prompt_name": prompt_name, "prompt_id": prompt_id, "prompt_version": prompt_version}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): i'd probably keep the prompt_name and prompt_id extras so that we can search for them in the logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are already in the name



Summary
Adds unit tests for handling citations within AI reponses
Details