LLM/prompt for coding: Difference between revisions
< LLM
Jump to navigation
Jump to search
(Created page with "== Autogen up migration from mermaid == == Autogen up migration to down migration ==") |
|||
| Line 1: | Line 1: | ||
== Autogen up migration from mermaid == | == Autogen up migration from mermaid == | ||
* Agent: AnythingLLM | |||
* Model: Gemma 4 E4B | |||
``` | |||
Q: Could you understand xxx table in MAINSYS_DB.md | |||
A: Yes ... | |||
Q: Please convert it into DDL, and place into assets/migrations/xxx.up.sql | |||
``` | |||
== Autogen up migration to down migration == | == Autogen up migration to down migration == | ||
Revision as of 08:10, 28 July 2026
Autogen up migration from mermaid
- Agent: AnythingLLM
- Model: Gemma 4 E4B
``` Q: Could you understand xxx table in MAINSYS_DB.md A: Yes ... Q: Please convert it into DDL, and place into assets/migrations/xxx.up.sql ```