Skip to content

Make ChatClient and Advisor APIs more robust - Part 2 #2901

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ThomasVitale
Copy link
Contributor

  • ChatClient observations now include the full prompt content instead of just the userText and systemText. Furthermore, they include consistent telemetry for the tools passed via the ChatClient and a first-class conversation ID when using memory advisors. Incomplete or unsafe attributes have been deprecated.
  • Adopted the new robust Advisor APIs for BaseAdvisor and RetrievalAugmentationAdvisor.
  • Improved the prompt augmentation facilities in ChatClientRequest and Prompt for performance and immutability.
  • Fixed integration test racing condition.
  • Updated the documentation for ChatClient and Observability accordingly.
  • Documented changes in upgrade notes.

Relates to gh-2655

@ThomasVitale ThomasVitale force-pushed the chat-client-part-2 branch 4 times, most recently from 14e7620 to 09e1f46 Compare April 27, 2025 08:45
* ChatClient observations now include the full prompt content instead of just the userText and systemText. Furthermore, they include consistent telemetry for the tools passed via the ChatClient and a first-class conversation ID when using memory advisors. Incomplete or unsafe attributes have been deprecated.
* Adopted the new robust Advisor APIs for BaseAdvisor and RetrievalAugmentationAdvisor.
* Improved the prompt augmentation facilities in ChatClientRequest and Prompt for performance and immutability.
* Fixed integration test racing condition.
* Updated the documentation for ChatClient and Observability accordingly.
* Documented changes in upgrade notes.

Relates to spring-projectsgh-2655

Signed-off-by: Thomas Vitale <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant