qianheng

Results 12 issues of qianheng

### Description It creates a new component `AlertContainer` and register it in `dashboards-assistant` for `create_alert_button` message. Expected results of creating alert in chatbot: ### Issues Resolved https://github.com/opensearch-project/alerting-dashboards-plugin/issues/998 https://github.com/opensearch-project/dashboards-assistant/issues/216 ### Check...

**Is your feature request related to a problem?** Support creating alert in the chat window as a follow-up question of alert analysis See the expected results of creating alert in...

enhancement

**What is the bug?** If LLM returns an invalid json response with action_input, it cannot extract the action input correctly. After adding my new tool whose description is as below,...

bug

**Is your feature request related to a problem?** ##### Background A flow agent is configured with a set of tools that it runs in order. The agent coordinates the tools...

enhancement

### Description From UX, we need to provide some manual suggestion for alert analysis, instead of using LLM-generated suggestions. Current suggestions provided by UX is: 1. Provide more data related...

**Is your feature request related to a problem?** Support creating alert in the chat window as a follow-up question of alert analysis See the expected results of creating alert in...

enhancement

### Description Support creating alert in the chat window as a follow-up question of alert analysis Expected results of creating alert in chatbot: ### Issues Resolved https://github.com/opensearch-project/dashboards-assistant/issues/216 ### Check List...

**What is the bug?** If we create an AgentTool containing several tools and some tool may have their own input parameter, when ChatAgentRunner selects this AgentTool to execute, it will...

bug

### Description When agent runs failed, MLAgentExecutor always show the error log with `Failed to run flow agent`, no matter which type the current agent is. ``` # Before fix...

### Description Add name information as well in the explain of ProjectOperator with alias, so user can identify whether the field in his plan comes from the right source. ```...

enhancement