Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getMessages
Method
getMessages
src/services/ai/types.ts:125–125 ·
view source on GitHub ↗
(aiChatId: string)
Source
from the content-addressed store, hash-verified
123
124
// ===== 消息 =====
125
getMessages(aiChatId: string): Promise<AIMessage[]>
126
addMessage(
127
aiChatId: string,
128
role: AIMessageRole,
Callers
4
registerAiChatRoutes
Function · 0.65
chats.test.ts
File · 0.65
getMessages
Function · 0.65
loadAIChat
Function · 0.65
Implementers
1
FetchAIAdapter
src/services/ai/fetch.ts
Calls
no outgoing calls
Tested by
no test coverage detected