-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add HITL operators to standard provider index docs #60681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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