Skip to content

Conversation

pyek-bot
Copy link
Contributor

@pyek-bot pyek-bot commented Oct 2, 2025

Description

Adds tool output processor feature details

Issues Resolved

Closes #11157

Version

3.3

Frontend features

If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Pavan Yekbote <pybot@amazon.com>
Copy link

github-actions bot commented Oct 2, 2025

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

@pyek-bot pyek-bot marked this pull request as ready for review October 2, 2025 00:39
"parameters": {
"output_processors": [
{
"type": "regex_replace",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should make a code change in ml-commons to support description field to make it easier for understand what each processor for.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it for when you do a user does get on this agent the descriptions get populated?

Signed-off-by: Pavan Yekbote <pybot@amazon.com>
@pyek-bot
Copy link
Contributor Author

pyek-bot commented Oct 2, 2025

@ylwu-amzn Addressed the comments and moved some sections around. Please review again, thanks!

@kolchfa-aws kolchfa-aws added Tech review PR: Tech review in progress release-notes PR: Include this PR in the automated release notes v3.3.0 labels Oct 2, 2025
Signed-off-by: Pavan Yekbote <pybot@amazon.com>

Output processors provide a powerful way to:

- **Transform data formats**: Convert between different data structures (strings, JSON, arrays)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now that there are different types of processors, you might want to write a list and explain each

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

each processor is explained in its own section below, are you suggesting to maintain a table?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, checkout this page, https://docs.opensearch.org/latest/search-plugins/search-pipelines/search-processors/ i think a table is great to show like how many processors and what are the types in a summary

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @mingshl for the reference! I added a table as a summary.

Signed-off-by: Pavan Yekbote <pybot@amazon.com>
Signed-off-by: Pavan Yekbote <pybot@amazon.com>
@kolchfa-aws
Copy link
Collaborator

Hey @pyek-bot , let me know when this PR is ready for doc review. We have 3 days left before the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes PR: Include this PR in the automated release notes Tech review PR: Tech review in progress v3.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Add output processor chain to model and tools
4 participants