sqlite-web 0.7.2
forge.db
messages
Create
Query
account
agent_skills
agents
api_providers
channel_audit_logs
channel_bindings
channel_dedupe
channel_outbound_refs
channel_permission_links
cron_tasks
external_identities
external_users
h5_pages
hooks
im_channels
im_pairing_requests
invitations
marketplace_templates
mcp_servers
messages
provider_models
session
sessions
settings
skills
task_executions
team_members
teams
user
user_settings
verification
webhook_tokens
weixin_context_tokens
weixin_sync_cursors
workspace_members
workspaces
wxapp_configs
wxapp_tokens
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row 0351b484-ef37-4e14-b9c7-d81eee001ae6 in messages
id
0351b484-ef37-4e14-b9c7-d81eee001ae6
Primary key.
TEXT
session_id
04b742e1-0c2c-4b38-b502-e601b9b41e7f
TEXT NOT NULL
role
assistant
TEXT NOT NULL
content
[{"type":"tool_use","id":"Read_0","name":"Read","input":{"file_path":"/home/forge/.forge/uploads/im_weixin_in_dm_b6a86f31_20260524T161726Z_cg96_voice_1779639445677.silk"}},{"type":"text","text":"这是一个微信语音文件(SILK 格式),我无法直接解析音频内容。让我尝试将其转换为可识别的文本:"},{"type":"tool_use","id":"Bash_1","name":"Bash","input":{"command":"ffmpeg -i /home/forge/.forge/uploads/im_weixin_in_dm_b6a86f31_20260524T161726Z_cg96_voice_1779639445677.silk -ar 16000 -ac 1 -f s16le /tmp/voice.pcm 2>&1 || echo \"转换失败,尝试其他方式\"","description":"尝试将 SILK 语音文件转换为 PCM 格式"}},{"type":"tool_use","id":"Bash_2","name":"Bash","input":{"command":"pip install silk-python 2>/dev/null || pip install pysilk 2>/dev/null; which silk 2>/dev/null; ls -la /home/forge/.forge/uploads/*.silk","description":"尝试安装 SILK 解码库"}},{"type":"text","text":"很抱歉,这个文件是 **微信语音格式(SILK)**,我无法直接播放或解析其音频内容。\n\n我已经看到了语音文件(约 2.4KB,很短的语音),但当前环境缺少 SILK 解码工具。\n\n**你可以通过以下方式让我了解语音内容:**\n\n1. **将语音转为文字**后发给我\n2. **发送文字消息**描述你的问题或需求\n3. 或者如果这是关于之前那个 \"如何写好一个 Skill\" 的话题,可以直接问我相关问题\n\n我在等待你的文字消息 🙂"}]
TEXT NOT NULL
created_at
2026-05-24 16:19:37
TEXT NOT NULL (default datetime('now')
Update
Cancel