|
AQIT 0.1.0
|
Functions | |
| Console | _console () |
| Table | _cmd_table (list[tuple[str, str]] rows) |
| Group | _section (str title, list[tuple[str, str]] rows, *, str|None footnote=None) |
| None | render_help (*, bool connected, SessionMode|None mode, bool show_llm, str|None model_id=None, bool show_embed=False) |
Variables | |
| SessionMode = Literal["llm"] | |
| _THEME | |
|
protected |
Definition at line 37 of file help_display.py.
Referenced by _section().
|
protected |
Definition at line 33 of file help_display.py.
Referenced by render_help().
|
protected |
Definition at line 52 of file help_display.py.
References _cmd_table().
Referenced by render_help().
| None render_help | ( | * | , |
| bool | connected, | ||
| SessionMode | None | mode, | ||
| bool | show_llm, | ||
| str | None | model_id = None, | ||
| bool | show_embed = False ) |
Definition at line 61 of file help_display.py.
References _console(), and _section().
|
protected |
Definition at line 21 of file help_display.py.
| aquin.help_display.SessionMode = Literal["llm"] |
Definition at line 19 of file help_display.py.