-
-
Notifications
You must be signed in to change notification settings - Fork 424
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:magicsIssues concerning the magic commandsIssues concerning the magic commandsstatus:triagedIssues that have been fully triagedIssues that have been fully triaged
Milestone
Description
Problem
As @dlqqq noted in #100, in the results of %ai list
, it may be possible to use libraries like py-markdown-table to generate markdown tables declaratively, based on a data structure, instead of imperatively, as we currently do. Some of our logic is declared twice, once for text and once for markdown format.
Proposed Solution
Use py-markdown-table, or a similar library, to generate markdown for the model list.
Use markdown-style tables for text output.
Remove remaining helper functions that use different logic for text and markdown parts.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:magicsIssues concerning the magic commandsIssues concerning the magic commandsstatus:triagedIssues that have been fully triagedIssues that have been fully triaged
Type
Projects
Status
In Progress