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 5cfc2c2 commit 248a83eCopy full SHA for 248a83e
pr-review/README.md
@@ -247,7 +247,15 @@ jobs:
247
- The `display-mode` parameter is set to `none` to prevent the summary from being displayed.
248
- The `displayText` output parameter is used to pass the summary to the review action as `header-text`.
249
250
-### Custom Prompt
+#### Specify a custom AI model:
251
+
252
+```yaml
253
+- uses: SAP/ai-assisted-github-actions/pr-summary@v3
254
+ with:
255
+ model: anthropic--claude-3.5-sonnet
256
+```
257
258
+- The `model` parameter can be set to the executable ID of the [available generative AI models](https://me.sap.com/notes/3437766/E).
259
260
#### Extend the prompt:
261
0 commit comments