Title: Optimize Pagination for Agents History Log API
Summary:
The Agents History Log API was querying the entire table before applying pagination, leading to slow responses. This fix improves performance by applying pagination directly in the query.
Extra:
Minor Bug Fix: Handled cases where agent is undefined when passing the agent name to the truncate function in the Logs Card.
Title: Optimize Pagination for Agents History Log API
Summary: The Agents History Log API was querying the entire table before applying pagination, leading to slow responses. This fix improves performance by applying pagination directly in the query.
Extra:
Minor Bug Fix: Handled cases where agent is undefined when passing the agent name to the truncate function in the Logs Card.