Skip to content

Commit 6aaaaf9

Browse files
committed
Remove duplicated comment
1 parent c9d33ad commit 6aaaaf9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

schema/schema.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -853,14 +853,6 @@ export interface ModelPreferences {
853853
/**
854854
* Hints to use for model selection.
855855
*
856-
* - If the record contains a `name` key:
857-
* - The client SHOULD treat this as a substring of a model name; for example:
858-
* - `claude-3-5-sonnet` should match `claude-3-5-sonnet-20241022`
859-
* - `sonnet` should match `claude-3-5-sonnet-20241022`, `claude-3-sonnet-20240229`, etc.
860-
* - `claude` should match any Claude model
861-
* - The client MAY also map the string to a different provider's model name or a different model family, as long as it fills a similar niche; for example:
862-
* - `gemini-1.5-flash` could match `claude-3-haiku-20240307`
863-
*
864856
* Keys not declared here are currently left unspecified by the spec and are up
865857
* to the client to interpret.
866858
*/

0 commit comments

Comments
 (0)