Conversation
f88ba53 to
77a746a
Compare
cristipufu
reviewed
Feb 11, 2026
mike-deem-uipath
approved these changes
Feb 11, 2026
cristipufu
approved these changes
Feb 11, 2026
maxduu
commented
Feb 11, 2026
Comment on lines
-22
to
-23
| class UiPathConversationToolCall(BaseModel): | ||
| """Represents a call to an external tool or function within a message.""" |
Contributor
Author
There was a problem hiding this comment.
Moved this lower and fixed the input type.
Moved this to bottom of file since the rest of the chat type files have the Event types at the top, and the API types at the bottom.
mike-deem-uipath
approved these changes
Feb 11, 2026
JoshParkSJ
approved these changes
Feb 12, 2026
chore: formatting and time-to-live type fix fix: more cas types chore: upgrade minor version chore: update pyproject version
56f2779 to
1b2312b
Compare
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.
Fixed CAS schemas for conversation events and APIs as per https://github.com/UiPath/AgentInterfaces/tree/main/lib/types/src/conversation
Examples:
sessionevents (used to beconversationevents)inputis not an InlineOrExternal - just a JSONObjectoutputhas replacedvalue.valuewas a InlineOrExternal and has been deprecated.outputis just any JSON now, and is used for tool-call result output.createdAtandupdatedAtto missing API types