-
Notifications
You must be signed in to change notification settings - Fork 18
Add serialization support for ChatMessageTrigger #3433
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
Add serialization support for ChatMessageTrigger #3433
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
56bc5fa to
7472fd7
Compare
|
@codex review |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
7472fd7 to
c6eac80
Compare
|
Devin is archived and cannot be woken up. Please unarchive Devin if you want to continue using it. |
2 similar comments
|
Devin is archived and cannot be woken up. Please unarchive Devin if you want to continue using it. |
|
Devin is archived and cannot be woken up. Please unarchive Devin if you want to continue using it. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary
Adds serialization support for
ChatMessageTriggerworkflows, including:CHAT_MESSAGEtrigger type inWorkflowTriggerTypeenumexec_config.outputserialization for ChatMessageTrigger configsUpdates since last revision
expressions.pyandtest_attributes_serialization.pyper reviewer requestReview & Testing Checklist for Human
get_attribute_type()is appropriate for all attribute types that may appear in ChatMessageTrigger_serialize_chat_message_trigger_exec_configcorrectly handles cases whereConfig.outputis NoneNotes