Unified sdk dev#197
Open
santhoshva-kore wants to merge 38 commits into
Open
Conversation
… message retrieval - Introduced normalizeCopyNewlines function to handle escaped newlines in markdown. - Implemented resolveMessageForCopy to fetch chat content based on messageId. - Added copyQuestion and copyAnswer methods to retrieve user questions and assistant answers, respectively, from the Redux store, supporting both single and multi-response formats.
…web-eva-sdk into Morgan_file_upload_fix
… getting scheduler alert
…able debugging - Updated constructQuestionPostCall to be an async function. - Added debugging logs to track the response from removeFileFromAutonomousAgent. - Enhanced the handling of agentContext after file removal.
…nced question management - Implemented updateQuestionWithAgentContext to update questions in the Redux store with agent context based on messageId. - Added error handling for cases where the question is not found. - Included debugging logs for tracking updates when debugging is enabled.
…ption for the files generated using the generatedArtifacts key
Morgan file upload fix
File Upload for DEV_WITHOUT_SHOELACE
- Introduced a new `GeneratedFiles` function to retrieve a list of generated files for the current user. - Added `fetchGeneratedFiles` action to handle API requests for fetching generated artifacts. - Updated `index.js` to export the new `GeneratedFiles` module for use in the application.
…web-eva-sdk into Morgan_file_upload_fix
- Added new properties: boardId, accountId, resourceId, resourceType, encrypted, parentId to the data structure. - Restored createdOn and scope properties for comprehensive file information.
…mproved question context handling, and debugging support. Update global state management for question responses and refine async error handling.
- Introduced `getHistoryThreadPreview` to fetch and cache thread previews on hover. - Implemented `HistorySearchModal` for searching user history with debounced input and pagination. - Updated `HistoryInterface` to include search capabilities and integrated search results handling. - Enhanced UI components to display search results and thread previews effectively.
Morgan file upload fix
…web-eva-sdk into DEV_WITHOUT_SHOELACE
Terminated Answer Handling from SDk
…web-eva-sdk into DEV_WITHOUT_SHOELACE
fMsgId though SDK
…web-eva-sdk into Morgan_file_upload_fix
Morgan file upload fix
…web-eva-sdk into DEV_WITHOUT_SHOELACE
…uccess true to maintain uniformity
…t' instead of 'skip'
…web-eva-sdk into UNIFIED_SDK_DEV
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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.
Sync of DEV_WITHOUT_SHOELACE to UNIFIED_SDK