includeSchemaInPrompt property

  1. @TagNumber.new(2)
bool get includeSchemaInPrompt

Whether to embed the schema text in the LLM prompt.

Implementation

@$pb.TagNumber(2)
$core.bool get includeSchemaInPrompt => $_getBF(1);
  1. @TagNumber.new(2)
set includeSchemaInPrompt (bool value)

Implementation

@$pb.TagNumber(2)
set includeSchemaInPrompt($core.bool value) => $_setBool(1, value);