You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#3454 (FR-764)
# Add search functionality to AgentSelect component
This PR enhances the AgentSelect component by adding search functionality that allows users to filter agents by ID. The implementation:
- Adds a search box to the agent selection dropdown
- Implements search filtering using the `ilike` operator to match agent IDs
- Uses React's `useTransition` hook to handle search state updates without blocking the UI
- Increases the default page size from 20 to 50 agents
- Disables the default filtering option in favor of the custom search implementation
0 commit comments