Phase 8 G4d-FE: sync chat ops callers to /api/v2#1681
Merged
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.
Scope
/api/v1/chats/...to/api/v2/chats/...after backend PR refactor(phase8/task53/g4d-be): conversation chat ops prefix /api/v1 → /api/v2 (chat-rooted) #1680.web/src/api-v2/schema.d.tspath keys for feedback, turn feedback, search, and chat documents.Gates
yarn lintuv run pytest tests/unit_test/test_web_typed_api_contract.py tests/unit_test/test_chat_ops_v2_openapi_contract.py -q-> 19 passedrg "/api/v1/chats" web/src tests/e2e_http tests/e2e_pytest tests/unit_test --glob "!tests/unit_test/test_chat_ops_v2_openapi_contract.py"-> 0 hitsgit diff --checkSequencing
Backend PR #1680 is merged at
13f9e7c3; this PR closes the FE/schema/hurl-e2e side of G4d.