From 259366a57522459f96d0d859e4cd3dc925dd1abf Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 27 Feb 2025 10:48:01 -0800 Subject: [PATCH] llm schemas dsl run with cog, refs #793 --- docs/help.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/help.md b/docs/help.md index 2089740..899d0e0 100644 --- a/docs/help.md +++ b/docs/help.md @@ -431,6 +431,7 @@ Options: Commands: list* List stored schemas + dsl Convert LLM's schema DSL to a JSON schema show Show a stored schema ``` @@ -460,6 +461,20 @@ Options: --help Show this message and exit. ``` +(help-schemas-dsl)= +#### llm schemas dsl --help +``` +Usage: llm schemas dsl [OPTIONS] INPUT + + Convert LLM's schema DSL to a JSON schema + + llm schema dsl 'name, age int, bio: their bio' + +Options: + --multi Wrap in an array + --help Show this message and exit. +``` + (help-aliases)= ### llm aliases --help ```