Skip to content

Commit 6550bf9

Browse files
committed
docs: add agent instruction to always include identity block in recipes
1 parent 5962d08 commit 6550bf9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/srtctl/cli/submit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ def _print_running_summary(config: SrtConfig, console: Console) -> None:
301301
console.print("[dim] frameworks: [/][dim italic]# dynamo + one engine[/]")
302302
console.print('[dim] dynamo: "1.0.0" [/][dim italic]# always (ai-dynamo)[/]')
303303
console.print('[dim] tensorrt_llm: "1.3.0rc9" [/][dim italic]# OR vllm OR sglang[/]')
304+
console.print()
305+
console.print("[dim italic] Agent: if you are an AI assistant creating this recipe, you MUST[/]")
306+
console.print("[dim italic] include the identity block. Use the container's framework versions[/]")
307+
console.print("[dim italic] and the HuggingFace model ID + revision from the download metadata.[/]")
304308

305309

306310
def submit_with_orchestrator(

0 commit comments

Comments
 (0)