We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dde1cc commit a954215Copy full SHA for a954215
aws_doc_sdk_examples_tools/agent/README.md
@@ -36,7 +36,11 @@ python -m aws_doc_sdk_examples_tools.agent.bin.main \
36
37
### 🔧 Arguments
38
39
-Run `python -m aws_doc_sdk_examples_tools.agent.bin.main --help` for more info.
+- `iam_tributary_root`: Path to the root directory of your IAM policy tributary
40
+- `--system-prompts`: List of system prompt files or strings to include in the Ailly configuration
41
+- `--skip-generation`: Skip the prompt generation and Ailly execution steps (useful for reprocessing existing outputs)
42
+
43
+Run `python -m aws_doc_sdk_examples_tools.agent.bin.main update --help` for more info.
44
45
---
46
0 commit comments