-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Create alerting monitor tool #338
Comments
Hi, I'm working on implementing this tool, which aims to help create alert with natural language. The tool has 3 input parameters:
This tool is able to request LLM by itself and has its own tool prompt, and it can also get some necessary information by calling OS API. When this tool is selected by chat agent or invoked by flow agent, it will be executed as following steps:
The tool output format may be like:
There is a demo video about creating an alert by LLM: https://broadcast.amazon.com/videos/1159580 |
We have get alerting monitor tool now. We can create some tool to create alerting monitor.
The text was updated successfully, but these errors were encountered: