Commit c8ebe49
committed
fix: restore anthropic-messages to APIType enum
The anthropic-messages API type was accidentally removed from the
jsonschema enum in PR #2602 when Google Gemini backend was added.
This restores it so users can configure Anthropic Claude models
through the UI.
Backend support for anthropic-messages was already complete in
pkg/aiusechat/anthropic/, only the schema enum was missing.1 parent df24959 commit c8ebe49
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
0 commit comments