(docs)-ENG-230: Document the search and execute to Google ADK#6
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Documents StackOne ADK Plugin’s mode="search_and_execute" on the public StackOne integration page, explaining the two-tool (tool_search/tool_execute) flow and adding the related configuration parameters.
Changes:
- Added a new “Search and execute mode” section with rationale, version requirement, and a runnable Python example.
- Documented the runtime
tool_search→tool_executeworkflow in prose. - Expanded the plugin parameters table with
mode,search,execute, andtimeout.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Documents
mode="search_and_execute"from stackone-adk 0.2.0 on the public ADK integration page.This is important because this will be go in the ADK docs and has to be professional wordings.
Diff scope
Single file:
docs/integrations/stackone.md. Two additive blocks,## Search and execute modesection between## Use with agentand## Available tools. Includes rationale (token cost, payload caps, accuracy),version requirement, runnable code sample, and explanation of the
tool_search→tool_executeflow.mode,search,execute,timeout.Verified
Ran the docs code sample end-to-end against a real StackOne + Workday account on
gemini-flash-latest.all confirmed working with the published
0.2.0wheel from a fresh venv.Next step
Once approved here, raise the upstream PR against
google/adk-docsfrom the same branch for Google to review