Skip to content

FlowSetting to Value#202

Merged
raphael-goetz merged 1 commit intomainfrom
201-flow-setting-to-value
Jan 28, 2026
Merged

FlowSetting to Value#202
raphael-goetz merged 1 commit intomainfrom
201-flow-setting-to-value

Conversation

@raphael-goetz
Copy link
Member

Resolves: #201

@raphael-goetz raphael-goetz marked this pull request as ready for review January 28, 2026 14:22
@raphael-goetz raphael-goetz merged commit 35e2ed6 into main Jan 28, 2026
7 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the FlowSetting message to use a more flexible value type, addressing issue #201. The field type is changed from shared.Struct (which only supports key-value objects) to shared.Value (which supports primitives, objects, arrays, and null values), and the field name is updated from object to value to reflect this change.

Changes:

  • Modified FlowSetting message field 3 from shared.Struct object to shared.Value value

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@raphael-goetz raphael-goetz deleted the 201-flow-setting-to-value branch January 30, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change FlowSetting to Value instead of Struct

2 participants