-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: implement chat endpoint switch #905
feat!: implement chat endpoint switch #905
Conversation
Coverage Report •
|
…point-switch' into arpit/feature/implement-chat-endpoint-switch
…point-switch' into arpit/feature/implement-chat-endpoint-switch
…point-switch' into arpit/feature/implement-chat-endpoint-switch
…frontend app. Co-authored-by: Liam Moat <liam.moat@microsoft.com>
… CONVERSATION_FLOW
…frontend app. Co-authored-by: Liam Moat <liam.moat@microsoft.com>
… CONVERSATION_FLOW
…point-switch' into arpit/feature/implement-chat-endpoint-switch # Conflicts: # infra/main.json
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
…nt-chat-endpoint-switch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…nt-chat-endpoint-switch
I think this should be marked as a breaking change |
Because this is a breaking change - I think we link to a new page from this link |
That's a very good suggestion. Will get something updated on the documentation today. |
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
Co-authored-by: ArpitGaur <gaurarpit@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -4,6 +4,7 @@ | |||
from dotenv import load_dotenv | |||
from azure.identity import DefaultAzureCredential, get_bearer_token_provider | |||
from azure.keyvault.secrets import SecretClient | |||
from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of the weird project structure, using an absolute import here breaks the Admin app and Azure Function when running in Azure
I think that using a relative import should fix it
Purpose
custom
orbyod
based onenv
config to give flexibility to users for their needs.Does this introduce a breaking change?
How to Test
CONVERSATION_FLOW
set tocustom
andbyod
What to Check
Verify that the following are valid
custom
andbyod
Other Information
Conversation API works as before: