Skip to content

Commit 61eb5c7

Browse files
authored
chore(fai): Add enum name values. (#575)
1 parent 56e0040 commit 61eb5c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fern/apis/fai/definition/chat.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ types:
4646

4747
LanguageModel:
4848
enum:
49-
- claude-4-sonnet-20250514
50-
- command-a-03-2025
49+
- name: claude_4
50+
value: claude-4-sonnet-20250514
51+
- name: command_a
52+
value: command-a-03-2025

0 commit comments

Comments
 (0)