|
69 | 69 | from .agent_retrieve_response import AgentRetrieveResponse as AgentRetrieveResponse |
70 | 70 | from .api_openai_api_key_info import APIOpenAIAPIKeyInfo as APIOpenAIAPIKeyInfo |
71 | 71 | from .gpu_droplet_list_params import GPUDropletListParams as GPUDropletListParams |
72 | | -from .agents.evaluation_metrics import ( |
73 | | - openai, # type: ignore # noqa: F401 |
74 | | - anthropic, # type: ignore # noqa: F401 |
75 | | -) |
76 | | -from .api_deployment_visibility import ( |
77 | | - APIDeploymentVisibility as APIDeploymentVisibility, |
78 | | -) |
| 72 | +from .api_deployment_visibility import APIDeploymentVisibility as APIDeploymentVisibility |
79 | 73 | from .gpu_droplet_create_params import GPUDropletCreateParams as GPUDropletCreateParams |
80 | 74 | from .gpu_droplet_list_response import GPUDropletListResponse as GPUDropletListResponse |
81 | 75 | from .agent_update_status_params import ( |
|
175 | 169 | agents.evaluation_metrics.workspace_retrieve_response.WorkspaceRetrieveResponse.model_rebuild( |
176 | 170 | _parent_namespace_depth=0 |
177 | 171 | ) |
178 | | - agents.evaluation_metrics.workspace_update_response.WorkspaceUpdateResponse.model_rebuild( |
179 | | - _parent_namespace_depth=0 |
180 | | - ) |
181 | | - agents.evaluation_metrics.workspace_list_response.WorkspaceListResponse.model_rebuild( |
182 | | - _parent_namespace_depth=0 |
183 | | - ) |
184 | | - agents.evaluation_metrics.workspaces.agent_list_response.AgentListResponse.model_rebuild( |
185 | | - _parent_namespace_depth=0 |
186 | | - ) |
187 | | - agents.evaluation_metrics.workspaces.agent_move_response.AgentMoveResponse.model_rebuild( |
188 | | - _parent_namespace_depth=0 |
189 | | - ) |
| 172 | + agents.evaluation_metrics.workspace_update_response.WorkspaceUpdateResponse.model_rebuild(_parent_namespace_depth=0) |
| 173 | + agents.evaluation_metrics.workspace_list_response.WorkspaceListResponse.model_rebuild(_parent_namespace_depth=0) |
| 174 | + agents.evaluation_metrics.workspaces.agent_list_response.AgentListResponse.model_rebuild(_parent_namespace_depth=0) |
| 175 | + agents.evaluation_metrics.workspaces.agent_move_response.AgentMoveResponse.model_rebuild(_parent_namespace_depth=0) |
190 | 176 | agents.evaluation_metrics.anthropic.key_list_agents_response.KeyListAgentsResponse.model_rebuild( |
191 | 177 | _parent_namespace_depth=0 |
192 | 178 | ) |
193 | 179 | agents.evaluation_metrics.openai.key_list_agents_response.KeyListAgentsResponse.model_rebuild( |
194 | 180 | _parent_namespace_depth=0 |
195 | 181 | ) |
196 | | - agents.function_create_response.FunctionCreateResponse.model_rebuild( |
197 | | - _parent_namespace_depth=0 |
198 | | - ) |
199 | | - agents.function_update_response.FunctionUpdateResponse.model_rebuild( |
200 | | - _parent_namespace_depth=0 |
201 | | - ) |
202 | | - agents.function_delete_response.FunctionDeleteResponse.model_rebuild( |
203 | | - _parent_namespace_depth=0 |
204 | | - ) |
205 | | - agents.api_link_knowledge_base_output.APILinkKnowledgeBaseOutput.model_rebuild( |
206 | | - _parent_namespace_depth=0 |
207 | | - ) |
208 | | - agents.knowledge_base_detach_response.KnowledgeBaseDetachResponse.model_rebuild( |
209 | | - _parent_namespace_depth=0 |
210 | | - ) |
211 | | - agents.route_view_response.RouteViewResponse.model_rebuild( |
212 | | - _parent_namespace_depth=0 |
213 | | - ) |
214 | | - models.providers.anthropic_list_agents_response.AnthropicListAgentsResponse.model_rebuild( |
215 | | - _parent_namespace_depth=0 |
216 | | - ) |
| 182 | + agents.function_create_response.FunctionCreateResponse.model_rebuild(_parent_namespace_depth=0) |
| 183 | + agents.function_update_response.FunctionUpdateResponse.model_rebuild(_parent_namespace_depth=0) |
| 184 | + agents.function_delete_response.FunctionDeleteResponse.model_rebuild(_parent_namespace_depth=0) |
| 185 | + agents.api_link_knowledge_base_output.APILinkKnowledgeBaseOutput.model_rebuild(_parent_namespace_depth=0) |
| 186 | + agents.knowledge_base_detach_response.KnowledgeBaseDetachResponse.model_rebuild(_parent_namespace_depth=0) |
| 187 | + agents.route_view_response.RouteViewResponse.model_rebuild(_parent_namespace_depth=0) |
| 188 | + models.providers.anthropic_list_agents_response.AnthropicListAgentsResponse.model_rebuild(_parent_namespace_depth=0) |
217 | 189 | models.providers.openai_retrieve_agents_response.OpenAIRetrieveAgentsResponse.model_rebuild( |
218 | 190 | _parent_namespace_depth=0 |
219 | 191 | ) |
|
0 commit comments