Skip to content

Commit c238387

Browse files
committed
Clarify README.md instructions for loading session files in the generate command
1 parent 20149e4 commit c238387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ gh models generate --groundtruth-model "openai/gpt-4.1" my_prompt.prompt.yml
139139
# Disable groundtruth generation
140140
gh models generate --groundtruth-model "none" my_prompt.prompt.yml
141141

142-
# Load from existing session file
142+
# Load from an existing session file (or create a new one if needed)
143143
gh models generate --session-file my_prompt.session.json my_prompt.prompt.yml
144144

145145
# Custom instructions for specific generation phases

0 commit comments

Comments
 (0)