fix: restore missing name/model in Multi-Model Teams README example

Agent-Logs-Url: https://github.com/m-prunty/open-multi-agent/sessions/1057f1b1-f24b-4363-8cdb-ab9188e5a262

Co-authored-by: m-prunty <27181505+m-prunty@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-01 20:06:52 +00:00 committed by GitHub
parent fe5267cda6
commit 67453dbb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ const result = await agent.run('Find the three most recent TypeScript releases.'
```typescript
const claudeAgent: AgentConfig = {
name: 'strategist',
model: 'claude-opus-4-6',
provider: 'anthropic',
systemPrompt: 'You plan high-level approaches.',
tools: ['file_write'],