mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-27 05:34:40 +01:00
[Query Copilot] Allocation of container and copilot request sent to Phoenix endpoint (#1576)
* Switch to tools federation endpoints for query copilot * Remove extra / in url * Initial allocateContainer implementation * Additional feedback modal changes * updated tests * PhoenixClient reverted to previous endpoint * Changes based on PR comments * Update based on tests * updated endpoint * Back to previous implementation and test improve * removing notebook --------- Co-authored-by: Victor Meng <[email protected]> Co-authored-by: Predrag Klepic <[email protected]>
This commit is contained in:
co-authored by
Victor Meng
Predrag Klepic
parent
19041ffedd
commit
9c1b9e6ff6
@@ -358,6 +358,7 @@ export enum ContainerStatusType {
|
||||
|
||||
export enum PoolIdType {
|
||||
DefaultPoolId = "default",
|
||||
QueryCopilot = "query-copilot",
|
||||
}
|
||||
|
||||
export const EmulatorMasterKey =
|
||||
|
||||
Reference in New Issue
Block a user