Skip to content

docs(py): sync api reference index with latest package exports#5385

Merged
huangjeff5 merged 3 commits into
mainfrom
update-py-api-ref-index
May 22, 2026
Merged

docs(py): sync api reference index with latest package exports#5385
huangjeff5 merged 3 commits into
mainfrom
update-py-api-ref-index

Conversation

@huangjeff5
Copy link
Copy Markdown
Contributor

@huangjeff5 huangjeff5 commented May 21, 2026

This PR updates the Python API reference index (py/docs/index.md) to align perfectly with the latest __all__ exports of the genkit veneer and sub-namespaces.

Specifically:

  • Removes stale / deleted exports: ResumeOptions, tool_response
  • Adds new veneer API exports: Tool, tool, respond_to_interrupt, restart_tool

(Verified programmatically by comparing index.md directives against imported package symbols.)

@github-actions github-actions Bot added docs Improvements or additions to documentation python Python labels May 21, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation index in py/docs/index.md by adding several new Genkit components, including Tool, tool, respond_to_interrupt, and restart_tool, while removing ResumeOptions and tool_response. I have no feedback to provide as there were no review comments to evaluate.

@huangjeff5 huangjeff5 requested a review from i14h May 22, 2026 00:00
@huangjeff5 huangjeff5 merged commit 2b57a02 into main May 22, 2026
19 checks passed
@huangjeff5 huangjeff5 deleted the update-py-api-ref-index branch May 22, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation python Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants