@daocloud-proto/agentclaw 0.2.0 → 0.2.1-1-g25f0ca2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/agentclaw",
3
- "version":"0.2.0",
3
+ "version":"0.2.1-1-g25f0ca2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -5,9 +5,17 @@
5
5
  */
6
6
 
7
7
  import * as fm from "../../fetch.pb"
8
+
9
+ export enum ModelType {
10
+ MODEL_TYPE_UNSPECIFIED = "MODEL_TYPE_UNSPECIFIED",
11
+ MODEL_TYPE_PUBLIC = "MODEL_TYPE_PUBLIC",
12
+ MODEL_TYPE_PRIVATE = "MODEL_TYPE_PRIVATE",
13
+ }
14
+
8
15
  export type ListModelRequest = {
9
16
  workspace?: number
10
17
  search?: string
18
+ modelType?: ModelType
11
19
  }
12
20
 
13
21
  export type ModelSummary = {