Document inference_id parameter for Agent Builder model routing#7287
Open
leemthompo wants to merge 3 commits into
Open
Document inference_id parameter for Agent Builder model routing#7287leemthompo wants to merge 3 commits into
leemthompo wants to merge 3 commits into
Conversation
Documents the inference_id / connector_id parameters for per-request model routing on the Agent Builder Converse API (kibana#262014, GA 9.4+), including mutual exclusivity and an example request. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
🔍 Preview links for changed docs |
Contributor
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
Adds a pointer to connector-id / inference-id top-level model routing on the ai.agent workflow step, linking to the canonical ai-steps reference which already documents both parameters. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This reverts commit 9ecbdf9.
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.
Closes https://github.com/elastic/docs-content-internal/issues/1255
Documents the
inference_id/connector_idparameters for per-request model routing on the Agent Builder Converse API.Context
elastic/kibana#262014 shipped a public alias for
connector_idused for agent model routing on the Converse API and theai.agentworkflow step.Changes
agent-builder/kibana-api.md: new "Route a request to a specific model" example in Chat and conversations, coveringconnector_id/inference_id, mutual exclusivity, and default behavior.agent-builder/models.md: new "Select a model for a single request" section pointing to the API.The
ai.agentworkflow step is documented separately — see Related.Details
stack: ga 9.4+,serverless: gaconnector_idandinference_idreturns400 Bad Request; omitting both uses the agent's default model.Related
ai.agentworkflow step docs (agents-and-workflows.md), including itsconnector-id/inference-idmodel routing. No file overlap between the two.🤖 Generated with Claude Code