PublicDataWorks / verdad-frontend

MIT License
0 stars 0 forks source link

[Backend] Append System-Generated UUIDs to LLM Responses #45

Open linear[bot] opened 1 week ago

linear[bot] commented 1 week ago

As a developer, I do not want the LLM to generate UUIDs, as they tend to be incorrect or not unique. Instead, the code should generate a UUID and append it to the LLM response to ensure reliability and uniqueness.

Acceptance Criteria:

  1. Ensure that UUID generation is removed from the LLM's responsibilities.
  2. Implement a mechanism in the code to generate a UUID after receiving a response from the LLM.
  3. Append the system-generated UUID to each LLM response before further processing or storage.
  4. Validate that the UUIDs generated by the code are correctly formatted and unique.

Tasks:

Implementation Notes:

Additional Notes:

linear[bot] commented 1 week ago

VER-102 [Backend] Append System-Generated UUIDs to LLM Responses