diff --git a/README.cargo.md b/README.cargo.md index 7800d57..c0f06d7 100644 --- a/README.cargo.md +++ b/README.cargo.md @@ -45,14 +45,19 @@ location /api/ { ``` - ## Usage of AI -Github Copilot CLI was used with the model Claude Haiku 4.5 to generate most of the documentation: +Github Copilot CLI was used with the model Claude Haiku 4.5 to generate most of the documentation + +Google Antigravity generated the Sequence Diagrams ### Prompt Generate comments for cargo doc describing the indivilual components and create links to relevant structs, functions etc. +Generate a sequence diagramm in @[README.md] behind the class diagramms + ### Output The comments with `///` or `//!` -I've gone over most of it and modified it to my needs and opinions +I've gone over it and modified it to my needs and opinions + +The general structure sequence diagrams above. I've modified and fixed any errors and discrepancys diff --git a/README.md b/README.md index d862d0d..81507ae 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,6 @@ Generate a sequence diagramm in @[README.md] behind the class diagramms ### Output The comments with `///` or `//!` -I've gone over most of it and modified it to my needs and opinions +I've gone over it and modified it to my needs and opinions The general structure sequence diagrams above. I've modified and fixed any errors and discrepancys