fix: update tool call content formatting and enhance mouse click description
This commit is contained in:
@@ -117,7 +117,7 @@ class AIProcessor:
|
||||
self.session.messages.append(
|
||||
aic.Message(
|
||||
role="assistant",
|
||||
content=str(tool_calls),
|
||||
content=str(((tc.function.name, tc.function.arguments) for tc in tool_calls)),
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user