close
Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ai-assistance: update overview.mdx
Insert concise guidance on per-chat model selection and how tool output (including errors) can appear in AI assistant replies, aligning with AI chat/tool output changes while keeping existing structure.
  • Loading branch information
sg-doc-holiday[bot] authored Feb 4, 2026
commit 2ab385482ee332d814f58bf733cfd1764ecd2d50
19 changes: 19 additions & 0 deletions ai-assistance/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@ It can also work with Amazon MCP servers, namely AWS Cost Explorer MCP Server, A

When available, the AI assistant includes reasoning in its replies, showing which tools (such as MCP servers) it used, displaying the raw data retrieved from those tools, and outlining next steps in plain language.

#### Selecting the model for a chat

OpenOps lets you pick the language model for each AI chat (for example, the assistant chat sidebar and the **Generate with AI** chat in step settings).

To change the model:
1. Open the AI chat.
2. In the composer area, use the model selector to pick a different model.

If the model is not supported by the configured provider, OpenOps rejects the selection.

#### Understanding tool output in replies

AI assistant replies can include tool output. For example, when the assistant uses MCP tools, the reply can show:
* The tool name.
* The tool input.
* The tool output.

Some tool outputs are marked as errors. When a tool output is an error, OpenOps still persists and displays the tool output, but it is flagged as an error.

### AI Step action

The **AI Step** action lets you run AI prompts in a separate step in your workflow, using outputs of its previous steps as context.
Expand Down