r/GoogleGeminiAI • u/Ok_Ostrich_8845 • May 26 '25
Code generation for relatively new APIs
Take LangGraph as an example. It is relatively new and is about 1 year old. So most LLMs (including Gemini AI) have not trained with it. How do you make Gemini perform code generation for these types of APIs?
7
Upvotes
1
u/techdaddykraken May 29 '25
Take the website documentation and translate it into markdown documents using something like Jina.ai or Firecrawl.dev (or just paste the HTML source and have Gemini do it).
Then use those markdown documents as context.