@@ -29,7 +29,6 @@ using Azure.AI.Agents;
29
29
// --------------------------------------------------------------------------------
30
30
// Files sub‐client (agent file operations)
31
31
// --------------------------------------------------------------------------------
32
- @@ clientName (Azure .AI .Agents .Files , "files" , "python" );
33
32
@@ clientName (Azure .AI .Agents .Files .listFiles , "list" , "python" );
34
33
@@ access (Azure .AI .Agents .Files .uploadFile ,
35
34
Access .internal ,
@@ -51,7 +50,6 @@ using Azure.AI.Agents;
51
50
// --------------------------------------------------------------------------------
52
51
// Messages sub‐client
53
52
// --------------------------------------------------------------------------------
54
- @@ clientName (Azure .AI .Agents .Messages , "messages" , "python" );
55
53
@@ clientName (Azure .AI .Agents .Messages .createMessage , "create" , "python" );
56
54
@@ clientName (Azure .AI .Agents .Messages .listMessages , "list" , "python" );
57
55
@@ clientName (Azure .AI .Agents .Messages .getMessage , "get" , "python" );
@@ -70,7 +68,6 @@ using Azure.AI.Agents;
70
68
// --------------------------------------------------------------------------------
71
69
// Threads sub-client
72
70
// --------------------------------------------------------------------------------
73
- @@ clientName (Azure .AI .Agents .Threads , "threads" , "python" );
74
71
@@ clientName (Azure .AI .Agents .Threads .createThread , "create" , "python" );
75
72
@@ clientName (Azure .AI .Agents .Threads .listThreads , "list" , "python" );
76
73
@@ clientName (Azure .AI .Agents .Threads .getThread , "get" , "python" );
@@ -106,7 +103,6 @@ using Azure.AI.Agents;
106
103
);
107
104
108
105
// nested Runs interface
109
- @@ clientName (Azure .AI .Agents .Runs , "runs" , "python" );
110
106
@@ clientName (Azure .AI .Agents .Runs .createRun , "create" , "python" );
111
107
@@ clientName (Azure .AI .Agents .Runs .listRuns , "list" , "python" );
112
108
@@ clientName (Azure .AI .Agents .Runs .getRun , "get" , "python" );
@@ -132,7 +128,6 @@ using Azure.AI.Agents;
132
128
// --------------------------------------------------------------------------------
133
129
// RunSteps sub‐client (/threads/{threadId}/runs/{runId}/steps)
134
130
// --------------------------------------------------------------------------------
135
- @@ clientName (Azure .AI .Agents .RunSteps , "steps" , "python" );
136
131
@@ clientName (Azure .AI .Agents .RunSteps .getRunStep , "get" , "python" );
137
132
@@ clientName (Azure .AI .Agents .RunSteps .listRunSteps , "list" , "python" );
138
133
@@ -147,7 +142,6 @@ using Azure.AI.Agents;
147
142
// --------------------------------------------------------------------------------
148
143
// VectorStores sub‐client
149
144
// --------------------------------------------------------------------------------
150
- @@ clientName (Azure .AI .Agents .VectorStores , "vector_stores" , "python" );
151
145
@@ clientName (Azure .AI .Agents .VectorStores .listVectorStores , "list" , "python" );
152
146
@@ clientName (Azure .AI .Agents .VectorStores .createVectorStore ,
153
147
"create" ,
@@ -188,7 +182,6 @@ using Azure.AI.Agents;
188
182
// --------------------------------------------------------------------------------
189
183
// FileBatches sub‐client
190
184
// --------------------------------------------------------------------------------
191
- @@ clientName (Azure .AI .Agents .FileBatches , "file_batches" , "python" );
192
185
@@ clientName (Azure .AI .Agents .FileBatches .createVectorStoreFileBatch ,
193
186
"create" ,
194
187
"python"
@@ -227,7 +220,6 @@ using Azure.AI.Agents;
227
220
// --------------------------------------------------------------------------------
228
221
// VectorStoreFiles sub‐client (under /vector_stores/{vectorStoreId}/files)
229
222
// --------------------------------------------------------------------------------
230
- @@ clientName (Azure .AI .Agents .VectorStoreFiles , "vector_store_files" , "python" );
231
223
@@ clientName (Azure .AI .Agents .VectorStoreFiles .listVectorStoreFiles ,
232
224
"list" ,
233
225
"python"
0 commit comments