feat: populate tool call name and id in when token streaming (#2639)
This commit is contained in:
@@ -295,7 +295,7 @@ class OpenAIStreamingInterface:
|
||||
id=self.letta_tool_message_id,
|
||||
date=datetime.now(timezone.utc),
|
||||
tool_call=ToolCallDelta(
|
||||
name=None,
|
||||
name=self.function_name_buffer,
|
||||
arguments=combined_chunk,
|
||||
tool_call_id=self.function_id_buffer,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user