Hello teamI have questions regarding the generative AI features built into ODC, such as automatic screen generation, logic generation, and app generation.(These questions are not about AI agent development)Regarding these built-in generative AI features, I would like to understand the following points:- Can users select or configure the AI/LLM model to use? (I suspect this is not possible...)- If model selection is not supported, is it possible to determine which model (or model provider) ODC currently uses?- Is the input provided (requirements, text, generated code, etc.) used in any way for training or fine-tuning the model?I haven't found documentation that clearly explains these points,so I would appreciate it if you could share any information you have.
Thank you in advance.
hi @Kazuna Fujimori , i hope you find this well ,
Model selection: No. ODC’s built-in generative AI features are fully managed by OutSystems; users cannot choose or configure the underlying LLM.
Model/provider visibility: No. OutSystems does not disclose the specific model or provider used, and this may change transparently as the platform evolves.
Use of customer input: No. Inputs are processed to generate outputs but are not used to train or fine-tune public models, in line with OutSystems’ security and data-privacy commitments.Thankyou ,
As my understanding:
Hello @Kazuna Fujimori ,
You cannot choose or configure which AI / LLM model is used. This is fully managed by OutSystems.
OutSystems also doesn’t publicly state the exact model or provider behind these built-in features, and they may change them over time as the platform evolves.
The information you provide (requirements, prompts, generated code, etc.) is not used to train or fine-tune public AI models. It’s only used to generate the result and for internal service improvement and monitoring.
@Jayaprakash Ramesh @Shingo Lam @Gourav Shrivastava
Thank you for the detailed explanation.
I understand it well now.