docs(cli): add System Prompt Override (GEMINI_SYSTEM_MD) (#9515)

This commit is contained in:
Shehab
2025-12-19 22:11:37 +02:00
committed by GitHub
parent 9383b54d50
commit b828b4754b
5 changed files with 114 additions and 0 deletions
+3
View File
@@ -73,6 +73,9 @@ This documentation is organized into the following sections:
- **[Memport](./core/memport.md):** Using the Memory Import Processor.
- **[Tools API](./core/tools-api.md):** Information on how the core manages and
exposes tools.
- **[System Prompt Override](./cli/system-prompt.md):** Replace built-in system
instructions using `GEMINI_SYSTEM_MD`.
- **[Policy Engine](./core/policy-engine.md):** Use the Policy Engine for
fine-grained control over tool execution.