mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
only display last 100 messages in TUI
This commit is contained in:
@@ -67,7 +67,7 @@ export const ExportCommand = cmd({
|
||||
|
||||
try {
|
||||
const sessionInfo = await Session.get(sessionID!)
|
||||
const messages = await Session.messages(sessionID!)
|
||||
const messages = await Session.messages({ sessionID: sessionID! })
|
||||
|
||||
const exportData = {
|
||||
info: sessionInfo,
|
||||
|
||||
Reference in New Issue
Block a user