Optionally include reachable fieldpaths in prompt#1285
Open
jnthntatum wants to merge 6 commits intogoogle:masterfrom
Open
Optionally include reachable fieldpaths in prompt#1285jnthntatum wants to merge 6 commits intogoogle:masterfrom
jnthntatum wants to merge 6 commits intogoogle:masterfrom
Conversation
0a14ba5 to
51dd72f
Compare
TristonianJones
previously approved these changes
Mar 12, 2026
Update the AI prompt template to optionally include all of the reachable fields from the input variables along with any documentation. The fields are described in terms of CEL types.
- reformat paths/variables - fix misc go style issues
51dd72f to
bb93fe2
Compare
TristonianJones
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for expanding the set of reachable fields from top level variables in the prompt template.
Fields are described in terms of CEL types including documentation where available.
Add a bazel rule to generate a file descriptor set from a proto_library that preserves source info.
This is used to extract comments for formatting CEL environment descriptions.