includeSchemaInPrompt property
Whether to embed the schema text in the LLM prompt.
Implementation
@$pb.TagNumber(2)
$core.bool get includeSchemaInPrompt => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set includeSchemaInPrompt($core.bool value) => $_setBool(1, value);