mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
feat(cli): expand system prompt by default in HTML export
This commit is contained in:
parent
a730156626
commit
271130af56
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ def generate_multi_session_html_export(sessions: List[Dict[str, Any]]) -> str:
|
|||
system_html = ""
|
||||
if system_prompt:
|
||||
system_html = f'''
|
||||
<div class="system-prompt-section">
|
||||
<div class="system-prompt-section active">
|
||||
<div class="system-prompt-header">
|
||||
{ICON_CHEVRON_RIGHT.replace('class="', 'class="chevron ')}
|
||||
{ICON_SHIELD} System Prompt (Persona)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue