Skip to content

Commit

Permalink
Update betaassistant.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tabvn authored Dec 7, 2024
1 parent d99b1e7 commit 7be43d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betaassistant.go
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ type BetaAssistantNewParams struct {
//
// We generally recommend altering this or temperature but not both.
TopP param.Field[float64] `json:"top_p"`
ResponseFormat param.Field[ChatCompletionNewParamsResponseFormat] `json:"response_format"`
ResponseFormat param.Field[BetaAssistantNewParamsResponseType] `json:"response_format"`
}


Expand Down

0 comments on commit 7be43d3

Please sign in to comment.