feat(agents): add GPT-4.1 models and expandable collections

- Add GPT-4.1 and GPT-4.1-mini to OpenAI provider models
- Set gpt-4.1-mini as default model for new agents
- Make collections in chat tools panel expandable/clickable
- Fix type error in ChatToolsPanel
This commit is contained in:
Ajax Davis 2026-01-17 04:18:56 +10:00
parent 5014822b67
commit 301d08303e
3 changed files with 142 additions and 16 deletions

View file

@ -42,7 +42,7 @@ export default function NewAgentPage(): React.ReactElement {
uid: '',
description: '',
provider: 'OPENAI',
modelId: 'gpt-4o',
modelId: 'gpt-4.1-mini',
systemPrompt: '',
temperature: 0.7,
maxToolCallsPerTurn: 20,