docs: Added documentation for the raw_markdown configuration flag
@@ -42,6 +42,7 @@ Below are the most commonly used configuration settings and their corresponding
|
|||||||
| `rag_extractor_prompt` | `COYOTE_RAG_EXTRACTOR_PROMPT` |
|
| `rag_extractor_prompt` | `COYOTE_RAG_EXTRACTOR_PROMPT` |
|
||||||
| `rag_graph_hops` | `COYOTE_RAG_GRAPH_HOPS` |
|
| `rag_graph_hops` | `COYOTE_RAG_GRAPH_HOPS` |
|
||||||
| `highlight` | `COYOTE_HIGHLIGHT` |
|
| `highlight` | `COYOTE_HIGHLIGHT` |
|
||||||
|
| `raw_markdown` | `COYOTE_RAW_MARKDOWN` |
|
||||||
| `theme` | `COYOTE_THEME` |
|
| `theme` | `COYOTE_THEME` |
|
||||||
| `serve_addr` | `COYOTE_SERVE_ADDR` |
|
| `serve_addr` | `COYOTE_SERVE_ADDR` |
|
||||||
| `user_agent` | `COYOTE_USER_AGENT` |
|
| `user_agent` | `COYOTE_USER_AGENT` |
|
||||||
|
|||||||
+1
@@ -287,6 +287,7 @@ The following settings can be adjusted at runtime:
|
|||||||
| `stream` | boolean | Enable/disable streaming |
|
| `stream` | boolean | Enable/disable streaming |
|
||||||
| `save` | boolean | Enable/disable saving responses |
|
| `save` | boolean | Enable/disable saving responses |
|
||||||
| `highlight` | boolean | Enable/disable syntax highlighting |
|
| `highlight` | boolean | Enable/disable syntax highlighting |
|
||||||
|
| `raw_markdown` | boolean | When `true`, render markdown as raw text with syntax highlighting only. When `false` (default), the rich markdown renderer transforms syntax (headings, bold, lists, etc.) into styled terminal output |
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user