| 107 | } |
| 108 | |
| 109 | getSuggestedQuestions(): string[] { |
| 110 | return [ |
| 111 | "What is Google Summer of Code and how can I participate?", |
| 112 | "Tell me about pollinations.ai and the available projects", |
| 113 | "What are the requirements to apply for GSOC 2026?", |
| 114 | "How do I choose the right project for my skill level?", |
| 115 | "What's the application timeline for GSOC 2026?", |
| 116 | "How can I connect with mentors and the community?", |
| 117 | "What skills are pollinations.ai looking for as an avegrage", |
| 118 | "How do I make my first contribution to pollinations.ai?", |
| 119 | ]; |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | export default socBotAPI; |