Not exactly sure what you mean by that. I just expect the tool call completion be linked in the view with it's associated tool call. For this run the AgentSupportAgent is a code agent and it was doing this
```python
# Get current personalization settings
current_settings = get_agent_personalization()
# Update the settings to unmute SMS notifications
updated_settings = update_agent_personalization(
assistant_name=None,
agent_name=None,
sync_time=None,
auxiliary_sync_time=None,
default_appointment_duration_minutes=None,
use_times_for_tasks=True,
timezone=None
)
# Print the updated settings to verify
print("Updated settings:", updated_settings)So you see both tool calls come in the but I'm expecting the completion for get_agent_personalization to be displayed before UpdateAgentPersonalizationTool