mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
fix(desktop): satisfy slash metadata typecheck
This commit is contained in:
parent
1eeb7da2e6
commit
d29caf3828
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ interface SlashItemMetadata extends Record<string, string> {
|
|||
command: string
|
||||
display: string
|
||||
meta: string
|
||||
rawText?: string
|
||||
rawText: string
|
||||
}
|
||||
|
||||
function textValue(value: unknown, fallback = ''): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue