Open Asin-Junior-Honore opened 5 months ago
hey @Arindam200 , @mason-at-pieces , @shivay-at-pieces please could someone review my PR please , thank you
Hey @Arindam200 ,
Please review the changes I made based on your request a few hours ago. Thanks!
Description
This PR fixes the usage of a global variable
GlobalConversationID
inCopilot.tsx
. The global variable has been refactored to use localized state management with React'suseState
hook. issue #115Changes include:
createNewConversation
function to accept a state setter for conversation ID.CopilotChat
component to manage the conversation ID using theuseState
hook.