| 3 | const API_BASE_URL = "https://gen.pollinations.ai/v1/chat/completions"; |
| 4 | |
| 5 | export class socBotAPI { |
| 6 | conversationHistory: { role: string; content: string }[]; |
| 7 | systemPrompt: string; |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected