Feature/llm response history#133
Closed
felixbouazza wants to merge 2 commits intolastmile-ai:mainfrom
Closed
Conversation
Collaborator
|
Oh this is quite interesting, @felixbouazza, thanks for this change. I am open to accepting this contribution as-is. Just give me a couple more days to think about this in relation to some other changes that are currently in-flight, such as updating AugmentedLLMs and the workflows to support Temporal execution. The other thing that I need to think about is whether AugmentedLLM class should use the model provider's types (as they do today), or if they should natively use MCP types. |
Author
|
Hi @saqadri, |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This pull request introduces a new feature for the MCP agent by exposing the
response_historyattribute in theAugmentedLLMsclass. This update is a foundational improvement that supports enhanced observability into LLM operations. By making this attribute accessible, we enable a range of valuable analytics that can drive better insights and performance monitoring.close #132