MCPcopy Create free account
hub / github.com/pollinations/pollinations / getSuggestedQuestions

Method getSuggestedQuestions

apps/gsoc/src/api/socBot.ts:109–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
123export default socBotAPI;

Callers 1

PollyChatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected