| base | The base branch of the pull request | no | — |
| gitmojis | Whether to use gitmojis in the pull request description | no | true |
| instructions | Instructions for the code reviewer | no | — |
| excluded | Excluded paths from diff | no | — |
| debug | Enable debug logging (https://microsoft.github.io/genaiscript/reference/scripts/logging/). | no | — |
| github_issue | GitHub pull request number to use when generating comments (https://microsoft.github.io/genaiscript/reference/scripts/github/) | no | — |
| openai_api_key | OpenAI API key, `secrets.OPENAI_API_KEY` | no | — |
| openai_api_base | OpenAI API base URL, `env.OPENAI_API_BASE` | no | — |
| azure_openai_api_endpoint | Azure OpenAI endpoint. In the Azure Portal, open your Azure OpenAI resource, Keys and Endpoints, copy Endpoint., `env.AZURE_OPENAI_API_ENDPOINT` | no | — |
| azure_openai_api_key | Azure OpenAI API key. **You do NOT need this if you are using Microsoft Entra ID., `secrets.AZURE_OPENAI_API_KEY` | no | — |
| azure_openai_subscription_id | Azure OpenAI subscription ID to list available deployments (Microsoft Entra only)., `env.AZURE_OPENAI_SUBSCRIPTION_ID` | no | — |
| azure_openai_api_version | Azure OpenAI API version., `env.AZURE_OPENAI_API_VERSION` | no | — |
| azure_openai_api_credentials | Azure OpenAI API credentials type. Leave as 'default' unless you have a special Azure setup., `secrets.AZURE_OPENAI_API_CREDENTIALS` | no | — |
| github_token | GitHub token with `models: read` permission at least (https://microsoft.github.io/genaiscript/reference/github-actions/#github-models-permissions)., `secrets.GITHUB_TOKEN ` | no | — |