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 20149e4 commit c238387Copy full SHA for c238387
README.md
@@ -139,7 +139,7 @@ gh models generate --groundtruth-model "openai/gpt-4.1" my_prompt.prompt.yml
139
# Disable groundtruth generation
140
gh models generate --groundtruth-model "none" my_prompt.prompt.yml
141
142
-# Load from existing session file
+# Load from an existing session file (or create a new one if needed)
143
gh models generate --session-file my_prompt.session.json my_prompt.prompt.yml
144
145
# Custom instructions for specific generation phases
0 commit comments