You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the message by default is expected to have the "input" and "output" fields. This restricted the flexibility.
We want to add two fields, "input_fields", "output_fields", each is a list of Param like config.
When handle the message, we first read those two fields and determine which fields to read.
Environment
PolyMind version:
Python version:
Operating System:
Expected Behavior (Only for bugs)
Actual Behavior (Only for bugs)
Steps to Reproduce (Only for bugs)
Step 1
Step 2
...
Possible Solution (if you have one)
Screenshots / Logs (If applicable)
Checklist
I have indicated whether this is a bug or a feature request.
I have searched for similar issues and didn't find any duplicates.
I have provided a clear and concise description of the issue.
I have included the necessary environment details.
I have outlined the steps to reproduce the issue.
I have included any relevant logs or screenshots.
The text was updated successfully, but these errors were encountered:
Is this a Bug or Feature Request?
Feature request
Description
Currently the message by default is expected to have the "input" and "output" fields. This restricted the flexibility.
We want to add two fields, "input_fields", "output_fields", each is a list of Param like config.
When handle the message, we first read those two fields and determine which fields to read.
Environment
Expected Behavior (Only for bugs)
Actual Behavior (Only for bugs)
Steps to Reproduce (Only for bugs)
Possible Solution (if you have one)
Screenshots / Logs (If applicable)
Checklist
The text was updated successfully, but these errors were encountered: