Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Keep documentation current with the v0.6.10 release.
Docs added/updated
docs/content/docs/test-sets/adaptive-testing.mdx: New Adaptive Testing workflow page covering generate/evaluate/suggestions APIs and overwrite behavior.docs/content/docs/test-sets/_meta.tsx: Added navigation entry for the new Adaptive Testing page.docs/content/contribute/backend/authentication.mdx: Documented NIST-aligned password policy defaults, provider policy exposure, and validation behavior.docs/content/contribute/environment-variables.mdx: Added password policy env vars andSESSION_SECRET_KEYfor backend configuration reference.docs/content/sdk/metrics/conversational.mdx: AddedConversationHistory.format_conversation()usage and output example, including tool-call-only assistant turns.docs/content/changelog.mdx: Prepended the v0.6.10 release block at the top without changing existing structure.Codepaths covered
apps/backend/src/rhesis/backend/app/routers/adaptive_testing.pyapps/backend/src/rhesis/backend/app/schemas/adaptive_testing.pyapps/backend/src/rhesis/backend/app/services/adaptive_testing/responses.pyapps/backend/src/rhesis/backend/app/services/adaptive_testing/evaluation.pyapps/backend/src/rhesis/backend/app/services/adaptive_testing/suggestions.pyapps/backend/src/rhesis/backend/app/services/adaptive_testing/tests.pyapps/backend/src/rhesis/backend/app/services/adaptive_testing/topics.pyapps/backend/src/rhesis/backend/app/auth/password_policy.pyapps/backend/src/rhesis/backend/app/routers/auth.pyapps/backend/src/rhesis/backend/app/auth/providers/email.pysdk/src/rhesis/sdk/entities/test_run.pysdk/src/rhesis/sdk/entities/test_result.pysdk/src/rhesis/sdk/entities/stats.pysdk/src/rhesis/sdk/metrics/conversational/types.pyapps/frontend/src/utils/api-client/adaptive-testing-client.tsapps/frontend/src/utils/api-client/interfaces/adaptive-testing.tsapps/frontend/src/app/(protected)/adaptive-testing/[identifier]/components/AdaptiveTestingDetail.tsxapps/frontend/src/app/(protected)/adaptive-testing/[identifier]/components/SuggestionsDialog.tsxapps/frontend/src/components/auth/AuthForm.tsxapps/polyphemus/src/rhesis/polyphemus/routers/services.pyapps/polyphemus/src/rhesis/polyphemus/schemas/schemas.pyKnowledge gaps addressed
Testing