langgenius / webapp-conversation

MIT License
388 stars 710 forks source link

generationConversationName接口怎么使用? #86

Closed fycfyc123 closed 1 month ago

fycfyc123 commented 1 month ago

export const generationConversationName = async (id: string) => { return post(conversations/${id}/name, { body: { auto_generate: true } }) }

这个是这个接口原本的样子,现在我想根据传递的name属性,去更改会话列表, 我在参数和body里面加了name,但是不好使啊,求助大佬 这是怎么回事啊

iamjoel commented 1 month ago

The api don't support change conversation name by the specified name.