Back to IssuesView on GitHub
#91
Easy
Unable to Pass API Key Directly to all Adapters
Summary
The Gemini adapter in TanStack AI is not correctly configured to accept the API key directly as a configuration option. The fix involves updating the adapter's configuration type to include the `apiKey` property.
Skills Required
TypeScriptAPI designTesting