Invalid argument top_k issue with CursorAI

Anybody seen this before? I was using this just fine today and all of the sudden this errors started popping up.

Request failed with status code 400: [{

"error": {

"code": 400,

"message": "Invalid JSON payload received. Unknown name \"top_k\": Cannot find field.",

"status": "INVALID_ARGUMENT",

"details": [

{

"@type": "type.googleapis.com/google.rpc.BadRequest",

"fieldViolations": [

{

"description": "Invalid JSON payload received. Unknown name \"top_k\": Cannot find field."

}

]

}

]

}

}

]

Leave a Reply