mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 01:37:34 +08:00
fix: little box typey thing
This commit is contained in:
@@ -25,7 +25,7 @@ export interface ClarifyReq {
|
||||
export interface Msg {
|
||||
role: Role
|
||||
text: string
|
||||
kind?: 'intro' | 'panel' | 'slash'
|
||||
kind?: 'intro' | 'panel' | 'slash' | 'trail'
|
||||
info?: SessionInfo
|
||||
panelData?: PanelData
|
||||
thinking?: string
|
||||
|
||||
Reference in New Issue
Block a user