Added support for OpenAI-compatible structured output
This commit is contained in:
@@ -176,7 +176,7 @@ func renderCommand(args []string, stdout, stderr io.Writer) int {
|
||||
artifactadapter.NewCompositeReader(),
|
||||
prompt.NewGoRenderer(),
|
||||
nil,
|
||||
nil,
|
||||
validate.NewStandardValidator(cfg.schemaDir),
|
||||
)
|
||||
|
||||
prepared, prepErr := runner.Prepare(context.Background(), req)
|
||||
|
||||
Reference in New Issue
Block a user