Skip to content

knowledge assistant #579

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

Merged
merged 2 commits into from
May 19, 2025
Merged

Conversation

payneio
Copy link
Contributor

@payneio payneio commented May 19, 2025

This pull request includes significant updates to the project-assistant codebase, focusing on renaming the "Context Transfer" feature to "Knowledge Transfer" and refactoring the token management logic for better clarity and maintainability. Below is a summary of the most important changes:

Feature Renaming: "Context Transfer" to "Knowledge Transfer"

  • Renamed all instances of "Context Transfer" to "Knowledge Transfer" across templates, configurations, and descriptions, including assistant templates, metadata, and user-facing messages. This includes updates to assistant/chat.py,

Token Management Refactor

  • Introduced a TokenBudget class to encapsulate token usage, replacing the previous approach of manually tracking available tokens. This refactor simplifies token calculations and ensures better handling of token limits in assistant/respond.py.

payneio added 2 commits May 16, 2025 12:15
…duce TokenBudget class for better token tracking
… update related configurations and documentation for clarity and consistency.
@payneio payneio merged commit 449cf58 into microsoft:main May 19, 2025
4 checks passed
@payneio payneio deleted the papayne/knowledge-assistant branch May 19, 2025 23:07
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