631 B
631 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Open a chat session with the AWS DevOps Agent and ask a question |
|
Use the chatting-with-aws-devops-agent skill workflow.
- Gather any obviously relevant local context (IaC, dependency manifest, recent git commits) and inject it alongside the question.
- Call
aws_devops_agent__chat(message="[Local Context]\n<context>\n\n[Question]\n$ARGUMENTS"). - Show the response to the user.
- If the user wants follow-ups, use
aws_devops_agent__send_message(execution_id="<from chat response>", content="<follow-up>").
If $ARGUMENTS is empty, prompt the user for a question first.