docs: update InvokeLLM model options to match backend#159
Conversation
Adds gpt_5_4 and renames gemini_3_pro to gemini_3_1_pro in InvokeLLMParams to match the RuntimeModel enum in the backend. Also documents the node_modules symlink approach for running create-docs from a git worktree. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Main merged gemini_3.1_pro (dot) which doesn't match the backend RuntimeModel enum. Keeping underscore form and restoring gpt_5_4. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Claude finished @wixysam's task —— View job Pull Request Review✅ Overall AssessmentThe changes in this PR are well-focused and accurately address updating the InvokeLLM model options to match the backend. The implementation is clean and follows the existing code patterns. 📝 Detailed ReviewCode Quality and Best Practices ✅src/modules/integrations.types.ts:53
Documentation
Potential Bugs or Issues ✅No bugs identified. The changes are straightforward type updates that:
Performance Considerations ✅No performance impact. These are TypeScript type definition changes that:
Security Concerns ✅No security concerns identified. The changes:
Test Coverage
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.24-pr.159.d5c24bdPrefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.24-pr.159.d5c24bd"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.24-pr.159.d5c24bd"
}
}
Preview published to npm registry — try new features instantly! |
Summary
gpt_5_4to theInvokeLLMParams.modeltype and JSDoc options listgemini_3_pro→gemini_3_1_proto match the backendRuntimeModelenumnode_modulessymlink approach for runningcreate-docsfrom a git worktreeTest plan
npm run create-docsregenerates correctlyintegrations.mdxreflects the updated model list🤖 Generated with Claude Code