Skip to content

Commit b850325

Browse files
committed
Remove explicit any type annotation from the reasoning effort request body
1 parent d3adc0d commit b850325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/editor/src/views/utils/upsert-configuration/upsert-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ const verify_reasoning_effort = async (params: {
558558
cancel_source.cancel('User cancelled')
559559
})
560560

561-
const body: any = {
561+
const body = {
562562
model: params.model,
563563
messages: [
564564
{

0 commit comments

Comments
 (0)