Skip to content

Commit

Permalink
clearer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 27, 2024
1 parent e30c893 commit cc71623
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/lib/assistants/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ export function getUserCreatedAssistants(
);
}

/**
* Filters assistants based on connector status and image compatibility.
*/
// Filter assistants based on connector status, image compatibility and visibility
export function filterAssistants(
assistants: Persona[],
hasAnyConnectors: boolean,
Expand Down

0 comments on commit cc71623

Please sign in to comment.