1.1.0 - Conversations, Model Completion #2
Skatterbrainz
announced in
Announcements
Replies: 1 comment 1 reply
-
|
The conversation tracking through $LastAgentResult sounds like a great addition! Being able to interrogation the context with -AsObject will definitely make it easier to build more complex workflows. Nice work on the 1.1.0 release! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.1.0 is adding model selection completion to Invoke-WarpAgent, as well as Conversation tracking through $LastAgentResult which is wrapped by Get-WarpAgentContext, and Clear-WarpAgentContext. You can interrogate the context using Get-WarpAgentContext -AsObject and extract additional properties like file output, tool_call and tool_result outputs.
Beta Was this translation helpful? Give feedback.
All reactions