Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Use ConversationAgentSelector instead of a custom select #2

Closed
t0bst4r opened this issue Feb 26, 2024 · 2 comments
Closed

Use ConversationAgentSelector instead of a custom select #2

t0bst4r opened this issue Feb 26, 2024 · 2 comments

Comments

@t0bst4r
Copy link
Collaborator

t0bst4r commented Feb 26, 2024

In order to select the primary and fallback agents, the options Flow uses a custom list in its schema to show a dropdown with all available agents. The list of existing agents is created based on their names (which are not unique).

Instead the built-in ConversationAgentSelector could be used. It creates a dropdown with all available agents out of the box and also shows an „edit“ button next to the dropdown to jump directly into the selected agent’s config.

@m50
Copy link
Owner

m50 commented Feb 27, 2024

Yeah, knowing about that, I definitely would like to get this change implemented.

I might make the changes I want to make to config in 2 separate PRs, though I will happily accept a PR as well :)

@m50
Copy link
Owner

m50 commented Feb 29, 2024

Implemented in #3

@m50 m50 closed this as completed Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants