Skip to content

Convert UUID to string for session and chat identifiers#53

Open
hello-shaharia-lab wants to merge 2 commits intomainfrom
upgrade-goai
Open

Convert UUID to string for session and chat identifiers#53
hello-shaharia-lab wants to merge 2 commits intomainfrom
upgrade-goai

Conversation

@hello-shaharia-lab
Copy link
Copy Markdown
Member

Replaced usage of uuid.UUID with string for session and chat UUIDs across the codebase. Updated relevant methods, tests, and mocks to handle the new string format, improving flexibility and compatibility.

Related Issue(s)

  • Fixes #

Description

Changes Made

Testing

  • Added new unit tests
  • Manually tested (describe steps below)

Checklist

  • My code follows the project's coding style guidelines (CONTRIBUTING.md).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry to CHANGELOG.md (if applicable).
  • All new and existing tests passed.

Additional Context

hello-shaharia-lab and others added 2 commits April 15, 2025 00:04
Replaced usage of `uuid.UUID` with `string` for session and chat UUIDs across the codebase. Updated relevant methods, tests, and mocks to handle the new `string` format, improving flexibility and compatibility.
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
23.1% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant