langchain_community.adapters.openai.ChatCompletionChunk

langchain_community.adapters.openai.ChatCompletionChunk[源代码]

继承自:IndexableBaseModel

聊天完成块。

通过解析和验证关键字参数中的输入数据来创建一个新的模型。

如果输入数据无法解析成有效的模型,则引发 ValidationError。

参数choices : List[ChoiceChunk] [必需的]