mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 23:06:03 +00:00
feat: 支持跟踪函数调用过程并默认启用
This commit is contained in:
@@ -98,7 +98,7 @@ class ChatCompletionRequest(RequestBase):
|
||||
|
||||
self.append_message(
|
||||
role="assistant",
|
||||
content=None,
|
||||
content=choice0['message']['content'],
|
||||
function_call=choice0['message']['function_call']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user