mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 08:56:22 +02:00
markdown agent files
This commit is contained in:
parent
8c686029cb
commit
e40c767336
7 changed files with 79 additions and 19 deletions
|
|
@ -941,7 +941,7 @@ function AgentPickerModal({
|
|||
onCancel: () => void;
|
||||
}) {
|
||||
const items = agents.map((agent) => ({
|
||||
label: `${agent.name} – ${truncate(agent.description, 40)}`,
|
||||
label: `${agent.name}${agent.description ? ` – ${truncate(agent.description, 40)}` : ""}`,
|
||||
value: agent.name,
|
||||
}));
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue