HelpersTask702_Describe_use_and_architecture_of_llm_transform.py_flow#703
HelpersTask702_Describe_use_and_architecture_of_llm_transform.py_flow#703
Conversation
|
FYI @gpsaggese, Modified Reference and How to guide of llm_transform.py Checklist
|
Pre-commit checks: - 'check_master' passed - 'check_author' passed - 'check_file_size' passed - 'check_python_compile' passed - 'check_gitleaks' passed All checks passed ✅
Pre-commit checks: All checks passed ✅
57ddf5e to
8835ba5
Compare
|
While writing the reference, I came up with the following discrepancies and doubts:
@gpsaggese should I create an issue for these? I'm not sure if these are bugs actively being worked on. |
…re_of_llm_transform.py_flow Pre-commit checks: All checks passed ✅
| text_rewrite | ||
| ``` | ||
|
|
||
| ## Prompt Tags |
There was a problem hiding this comment.
This is going to be impossible to maintain. Better to add this and let's add more comments in the code and improve the output of -p list to print the docstring
Once the LLM unit test framework is ready we will move this to the unit test which is a better way to document actively maintained code
|
|
||
| ### Container | ||
|
|
||
| ```plantuml |
There was a problem hiding this comment.
Does mermaid support this natively so we can render it on GH?
In other words, can we use mermaid instead of plantuml?
There was a problem hiding this comment.
I tried using mermaid, but the diagram just don't look good. Lines and texts overlap each other, and in my opinion will keep viewers confused.

#702