Add HITL operators to standard provider index docs#60681
Add HITL operators to standard provider index docs#60681shahar1 merged 2 commits intoapache:mainfrom
Conversation
cae0061 to
60073a5
Compare
|
Note on spelling wordlist update During CI, the documentation spellcheck step failed due to the terms HITL / hitl being flagged as unknown words. If this addition is unnecessary or if there is a preferred alternative (for example, different casing or quoting), I’m very happy to adjust and learn from the feedback. |
I see no issue having them there, they are indeed commonly used. |
(cherry picked from commit c32b668) Co-authored-by: Lohith M <152604836+Lohith625@users.noreply.github.com>
Was generative AI tooling used to co-author this PR?
Generated-by: ChatGPT following the guidelines
Summary
Improve the discoverability of Human-in-the-Loop (HITL) operators in the Standard provider documentation.
What is changed
Why this is needed
Currently, HITL operators are only visible through the generated Python API documentation, which makes them difficult to discover for users browsing the Standard provider operator docs.
This change aligns HITL operators with how other operators are documented and improves overall documentation clarity and usability.
closes #60614