mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-04 12:11:18 +08:00
feat: 新增tool_call
This commit is contained in:
@@ -99,7 +99,7 @@ const syncHandlers: Record<string, (payload: any) => any> = {
|
||||
|
||||
// AI 查询
|
||||
searchMessages: (p) => searchMessages(p.sessionId, p.keywords, p.filter, p.limit, p.offset, p.senderId),
|
||||
getMessageContext: (p) => getMessageContext(p.sessionId, p.messageId, p.contextSize),
|
||||
getMessageContext: (p) => getMessageContext(p.sessionId, p.messageIds, p.contextSize),
|
||||
getRecentMessages: (p) => getRecentMessages(p.sessionId, p.filter, p.limit),
|
||||
getConversationBetween: (p) => getConversationBetween(p.sessionId, p.memberId1, p.memberId2, p.filter, p.limit),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user