feat: conversation support show thought
This commit is contained in:
parent
b62e34c6fa
commit
83695999ea
3 changed files with 31 additions and 2 deletions
|
|
@ -15,6 +15,5 @@ export async function POST(request: NextRequest, { params }: {
|
|||
|
||||
// auto generate name
|
||||
const { data } = await client.renameConversation(conversationId, name, user, auto_generate)
|
||||
console.log(conversationId, name, user, auto_generate)
|
||||
return NextResponse.json(data)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue