llm_config.json 522 B

123456789101112
  1. {
  2. "_comment": "Controls the output of the data extractors. 'shrink_json' (true/false) tokenizes all JSON keys to reduce file size. 'indentation_level' (e.g., 2, 4) controls pretty-printing; use 0 or null for compact, single-line output. `shrink_json` takes precedence on formatting.",
  3. "shrink_json": true,
  4. "indentation_level": 0,
  5. "ignored_folders": [
  6. "Assets/LLM",
  7. "Assets/AssetBank",
  8. "Assets/IntelligentProjectAnalyzer",
  9. "Assets/Packages",
  10. "Assets/Settings"
  11. ]
  12. }