Skip to content

docs(spec): Update specification to use proto_to_table macro for all core operations#1242

Merged
darrelmiller merged 3 commits intoa2aproject:mainfrom
iliesicatrinel:docs-fix
Nov 28, 2025
Merged

docs(spec): Update specification to use proto_to_table macro for all core operations#1242
darrelmiller merged 3 commits intoa2aproject:mainfrom
iliesicatrinel:docs-fix

Conversation

@iliesicatrinel
Copy link
Copy Markdown
Contributor

@iliesicatrinel iliesicatrinel commented Nov 28, 2025

We should use the proto_to_table macro for describing inputs/outputs of operations to avoid having to modify the specification manually after protobuf definition changes.

Other changes:

Fixes #1243 🦕

@iliesicatrinel iliesicatrinel requested a review from a team as a code owner November 28, 2025 09:24
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @iliesicatrinel, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly improves the maintainability and accuracy of the project's specification documentation. By adopting the proto_to_table macro across all core operation descriptions, the PR automates the generation of input and output tables directly from protocol buffer definitions. This change ensures that the documentation remains synchronized with the evolving API, while also enhancing the macro to gracefully handle empty proto messages, making it a robust solution for future API expansions.

Highlights

  • Automated Documentation: Switched to using the proto_to_table macro for describing inputs and outputs of core operations in specification.md, reducing manual updates and improving accuracy.
  • Macro Enhancement: The proto_to_table macro was updated to return "None" for empty proto messages, enabling its use for all operations, even those without current fields, and preventing errors.
  • Specification Consistency: Applied minor text formatting and capitalization changes in specification.md to enhance readability and consistency.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@iliesicatrinel iliesicatrinel changed the title Use proto_to_table macro for all core operations in specification.md docs(spec): Update specification to use proto_to_table macro for all core operations Nov 28, 2025
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 is a great step towards improving the maintainability of the specification document. Replacing the manually crafted input/output lists with the proto_to_table macro will make it much easier to keep the documentation in sync with the protobuf definitions. The modification to the macro to handle empty messages is also a sensible change that allows for consistent usage across all operations.

The additional formatting fixes, like adding backticks for consistency and clarifying the structure of stream responses, further enhance the readability of the specification.

I have one minor suggestion to improve consistency even further. Overall, this is a solid and valuable change.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@muscariello muscariello self-requested a review November 28, 2025 17:39
Copy link
Copy Markdown
Member

@muscariello muscariello left a comment

Choose a reason for hiding this comment

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

LGTM

@darrelmiller darrelmiller merged commit d381cea into a2aproject:main Nov 28, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Use proto_to_table annotations for all operations in the specification

3 participants