Skip to content

Commit

Permalink
Add reasoning column in PlatformV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Mar 1, 2025
1 parent 5ffb17e commit e0aa665
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ data class PlatformV2(
@ColumnInfo(name = "stream")
val stream: Boolean = true,

@ColumnInfo(name = "reasoning")
val reasoning: Boolean = false,

@ColumnInfo(name = "timeout")
val timeout: Int = 30
)

0 comments on commit e0aa665

Please sign in to comment.