docs(integrations/stackone): add search and execute mode to StackOne#1735
Merged
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
koverholt
approved these changes
May 6, 2026
koverholt
left a comment
Collaborator
There was a problem hiding this comment.
All changes LGTM, thanks for the updates!
Collaborator
|
@shashi-stackone, since this PR does not have "maintainers can modify" enabled, I'm not able to sync this branch with main. You'll need to update this branch w/ main, then it should auto-merge. |
Documents mode="search_and_execute" shipped in stackone-adk 0.2.0 on the StackOne integration page. Adds a new section between "Use with agent" and "Available tools" with rationale (token overhead, payload limits, selection accuracy), a runnable Python code sample, and an explanation of the tool_search/tool_execute flow. Adds four rows to the Plugin parameters table for mode, search, execute, and timeout. Code sample verified end-to-end against a real StackOne account on gemini-flash-latest.
auto-merge was automatically disabled
May 6, 2026 16:33
Head branch was pushed to by a user without write access
54a21e0 to
580e0ba
Compare
Contributor
Author
|
Thank you so much @koverholt for quick response on this PR .. Updated branch with rebase. Should be good now. |
joefernandez
pushed a commit
that referenced
this pull request
May 19, 2026
Documents mode="search_and_execute" shipped in stackone-adk 0.2.0 on the StackOne integration page. Adds a new section between "Use with agent" and "Available tools" with rationale (token overhead, payload limits, selection accuracy), a runnable Python code sample, and an explanation of the tool_search/tool_execute flow. Adds four rows to the Plugin parameters table for mode, search, execute, and timeout. Code sample verified end-to-end against a real StackOne account on gemini-flash-latest.
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
This PR adds docs for the
mode="search_and_execute"shipped instackone-adk0.2.0 on the StackOne integration page.Changes
Single file:
docs/integrations/stackone.md. Two additive blocks, not much of restructuring of existing content:## Search and execute modesection between## Use with agentand## Available tools. Covers when to use the mode, the three costs of registering every tool definition (token overhead, payload limits, selection accuracy), a runnable Python code sample, and thetool_searchtotool_executeflow.mode,search,execute,timeout.Motivation & Benefits
When several SaaS providers are linked to a single StackOne account, the full tool catalog can exceed Gemini's hard limits on function declarations per request.
mode="search_and_execute"keeps the registered tool count at two and lets the model discover and invoke the right tool at runtime viatool_search.Verification
gemini-flash-latest. The agent invokedtool_search, thentool_execute, and returned the expected response.mkdocs serverenders the page correctly: new section, Python code tab, and the four new parameter rows all display as expected.References
Acceptance criteria
Per CONTRIBUTING.md:
mkdocs serve.