()
| 185 | } |
| 186 | |
| 187 | async function getAvailableTools() { |
| 188 | const tools = await availableTools(); |
| 189 | return tools; |
| 190 | } |
| 191 | |
| 192 | async function getConversations(teamId, userId, limit = 20, offset = 0) { |
| 193 | const conversations = await db.AiConversation.findAll({ |
no test coverage detected