@@ -1027,6 +1027,8 @@ types:
10271027 name : Claude3Haiku20240307
10281028 - value : claude-sonnet-4-20250514
10291029 name : ClaudeSonnet420250514
1030+ - value : claude-sonnet-4-5-20250929
1031+ name : ClaudeSonnet4520250929
10301032 - value : us.anthropic.claude-3-5-haiku-20241022-v1:0
10311033 name : UsAnthropicClaude35Haiku20241022V10
10321034 - value : us.anthropic.claude-3-5-sonnet-20240620-v1:0
@@ -1119,6 +1121,8 @@ types:
11191121 name : Llama4Maverick17B128EInstruct
11201122 - value : Qwen3-32B
11211123 name : Qwen332B
1124+ - value : grok-4-fast-non-reasoning-latest
1125+ name : Grok4FastNonReasoningLatest
11221126 - ellm
11231127 - value : custom-language-model
11241128 name : CustomLanguageModel
@@ -1470,9 +1474,6 @@ types:
14701474 Version numbers are integer values representing different iterations
14711475 of the Prompt. Each update to the Prompt increments its version
14721476 number.
1473- version_description :
1474- type : optional<string>
1475- docs : An optional description of the Prompt version.
14761477 version_type :
14771478 type : ReturnPromptVersionType
14781479 docs : >-
@@ -1488,6 +1489,9 @@ types:
14881489 docs : >-
14891490 Time at which the Prompt was last modified. Measured in seconds since
14901491 the Unix epoch.
1492+ version_description :
1493+ type : optional<string>
1494+ docs : An optional description of the Prompt version.
14911495 source :
14921496 openapi : evi-openapi.json
14931497 ReturnPagedConfigs :
@@ -1543,12 +1547,6 @@ types:
15431547 Version numbers are integer values representing different iterations
15441548 of the Config. Each update to the Config increments its version
15451549 number.
1546- tools :
1547- type : optional<list<optional<ReturnUserDefinedTool>>>
1548- docs : List of user-defined tools associated with this Config.
1549- version_description :
1550- type : optional<string>
1551- docs : An optional description of the Config version.
15521550 language_model :
15531551 type : optional<ReturnLanguageModel>
15541552 docs : >-
@@ -1603,6 +1601,12 @@ types:
16031601 docs : >-
16041602 Time at which the Config was last modified. Measured in seconds since
16051603 the Unix epoch.
1604+ version_description :
1605+ type : optional<string>
1606+ docs : An optional description of the Config version.
1607+ tools :
1608+ type : optional<list<optional<ReturnUserDefinedTool>>>
1609+ docs : List of user-defined tools associated with this Config.
16061610 source :
16071611 openapi : evi-openapi.json
16081612 ReturnPagedChatsPaginationDirection :
0 commit comments