Skip to content

Commit 0e74829

Browse files
authored
feat: add description to model interface (#689)
## Problem We also want to display the model description ## Solution Add description field <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent df9c9a1 commit 0e74829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ export interface PromptInputOptionChangeParams {
719719
export interface Model {
720720
id: string
721721
name: string
722+
description?: string
722723
}
723724

724725
export interface ListAvailableModelsParams {

0 commit comments

Comments
 (0)