@daocloud-proto/hydra 0.9.0 → 0.11.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/common/common.pb.ts
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import * as HydraCommonCommon from "../../../common/common.pb"
|
|
7
8
|
import * as fm from "../../../fetch.pb"
|
|
8
9
|
export type GetWebSearchAgentConfigRequest = {
|
|
9
10
|
}
|
|
@@ -24,7 +25,7 @@ export type ListInferenceRuntimesResponse = {
|
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
export type InferenceRuntime = {
|
|
27
|
-
name?:
|
|
28
|
+
name?: HydraCommonCommon.I18nName
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
export class Management {
|