Is there a plan to enhance the AI chat bot to analyze a logic block? For example, if I have a logic block that has a few hundreds of actions, it would be very helpful to have it analyzed by AI.
@roby might be able to respond to this question. What kind of functionality are you looking for in terms of analysis?
- Which tables the logic block interacts with?
- What logic blocks are called?
- Contextual information about what the logic accomplishes?
We have a feature enhancement in our backlog to do this. cannot give exact timeline, but we agree this would add a lot of value add to developers.
All of those you mentioned would be great to have, in addition,
- Give pseudo code for the logic block.
- What might be wrong with the logic block,
- Give suggestions to improve the logic block.
- etc…
In the current release we are building a tool to conversationally build new logic blocks. @david.lee keep an eye out for the 25.2 release which will go a long way in your pseudocode request by being able to take a natural language request and generate the scaffolding of the logic block flow.
Once this releases, we will be interested in gathering input about how to enhance Ed’s ability to help in the logic block building process including addressing things like what has been mentioned above.
Those additional enhancements are backlog items that will be prioritized for a future release as @turner.sedberry said.
Cool, I am looking forward to seeing the new feature in 25.2! Thanks for the nice feature.