feat: add bridge session commands (#743)
This commit is contained in:
@@ -36,7 +36,7 @@ export interface SessionSearchResult extends SessionSummary {
|
||||
export interface HermesMessage {
|
||||
id: number
|
||||
session_id: string
|
||||
role: 'user' | 'assistant' | 'system' | 'tool'
|
||||
role: 'user' | 'assistant' | 'system' | 'tool' | 'command'
|
||||
content: string
|
||||
tool_call_id: string | null
|
||||
tool_calls: any[] | null
|
||||
|
||||
Reference in New Issue
Block a user