-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cody_py): improve chat response formatting
- Modify CodyAgent.send_chat() to return just the response string - Update main.py to print chat responses with "Assistant: " prefix - Add BLUE color code import in main.py for response formatting The changes aim to enhance the formatting and readability of chat responses from the CodyAgent. The response is now printed with a consistent "Assistant: " prefix, making it easier to distinguish from user input. The BLUE color code is also imported and used for the prefix to improve visual clarity.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters