diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.DeleteAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.DeleteAgent.g.cs index 33e9e69..5d30d31 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.DeleteAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.DeleteAgent.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteAgentResponse( PrepareDeleteAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.GetAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.GetAgent.g.cs index b5c2b56..027db46 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.GetAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.GetAgent.g.cs @@ -132,7 +132,7 @@ partial void ProcessGetAgentResponseContent( PrepareGetAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.ListAgentVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.ListAgentVersions.g.cs index 86cc4cf..87648a7 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.ListAgentVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.ListAgentVersions.g.cs @@ -124,7 +124,7 @@ partial void ProcessListAgentVersionsResponseContent( PrepareListAgentVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs index 52d08a9..70d9704 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs @@ -138,7 +138,7 @@ partial void ProcessMoveAgentResponseContent( PrepareMoveAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.RemoveAgentDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.RemoveAgentDeployment.g.cs index 76bbcca..04c0131 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.RemoveAgentDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.RemoveAgentDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemoveAgentDeploymentResponse( PrepareRemoveAgentDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs index 82ede9b..49972f5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetAgentDeploymentResponseContent( PrepareSetAgentDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs index 94c87c9..5df17f0 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateAgentMonitoringResponseContent( PrepareUpdateAgentMonitoringRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.DeleteDataset.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.DeleteDataset.g.cs index 777b520..3cbb704 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.DeleteDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.DeleteDataset.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteDatasetResponse( PrepareDeleteDatasetRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.GetDataset.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.GetDataset.g.cs index a5d0368..6519f22 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.GetDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.GetDataset.g.cs @@ -138,7 +138,7 @@ partial void ProcessGetDatasetResponseContent( PrepareGetDatasetRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId, includeDatapoints: includeDatapoints); diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.ListDatasetVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.ListDatasetVersions.g.cs index 4fd9d93..2b555c3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.ListDatasetVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.ListDatasetVersions.g.cs @@ -124,7 +124,7 @@ partial void ProcessListDatasetVersionsResponseContent( PrepareListDatasetVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs index 8359e0a..2baffe2 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs @@ -138,7 +138,7 @@ partial void ProcessMoveDatasetResponseContent( PrepareMoveDatasetRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.RemoveDatasetDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.RemoveDatasetDeployment.g.cs index 2b513ae..bd2e9d5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.RemoveDatasetDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.RemoveDatasetDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemoveDatasetDeploymentResponse( PrepareRemoveDatasetDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs index 4efe330..61911c5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetDatasetDeploymentResponseContent( PrepareSetDatasetDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.DeleteDirectory.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.DeleteDirectory.g.cs index c40b116..a863d83 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.DeleteDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.DeleteDirectory.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteDirectoryResponse( PrepareDeleteDirectoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.GetDirectory.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.GetDirectory.g.cs index 6edd0fa..fcd162c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.GetDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.GetDirectory.g.cs @@ -124,7 +124,7 @@ partial void ProcessGetDirectoryResponseContent( PrepareGetDirectoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs index f7209ce..fae5621 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateDirectoryResponseContent( PrepareUpdateDirectoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.GetEvaluation.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.GetEvaluation.g.cs index 153773d..ebd5747 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.GetEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.GetEvaluation.g.cs @@ -124,7 +124,7 @@ partial void ProcessGetEvaluationResponseContent( PrepareGetEvaluationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationLogs.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationLogs.g.cs index e67444c..da451ad 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationLogs.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationLogs.g.cs @@ -138,7 +138,7 @@ partial void ProcessListEvaluationLogsResponseContent( PrepareListEvaluationLogsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, page: page, size: size); diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationRuns.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationRuns.g.cs index 896a898..9fd1cb7 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationRuns.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.ListEvaluationRuns.g.cs @@ -124,7 +124,7 @@ partial void ProcessListEvaluationRunsResponseContent( PrepareListEvaluationRunsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs index 1f3476a..6eaaab1 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateEvaluationResponseContent( PrepareUpdateEvaluationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.DeleteEvaluator.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.DeleteEvaluator.g.cs index aeb397c..c9d5d39 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.DeleteEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.DeleteEvaluator.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteEvaluatorResponse( PrepareDeleteEvaluatorRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.GetEvaluator.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.GetEvaluator.g.cs index 6123b34..3702b3b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.GetEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.GetEvaluator.g.cs @@ -132,7 +132,7 @@ partial void ProcessGetEvaluatorResponseContent( PrepareGetEvaluatorRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.ListEvaluatorVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.ListEvaluatorVersions.g.cs index a975505..5166a1b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.ListEvaluatorVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.ListEvaluatorVersions.g.cs @@ -124,7 +124,7 @@ partial void ProcessListEvaluatorVersionsResponseContent( PrepareListEvaluatorVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs index 381707a..1966ad5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs @@ -138,7 +138,7 @@ partial void ProcessMoveEvaluatorResponseContent( PrepareMoveEvaluatorRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.RemoveEvaluatorDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.RemoveEvaluatorDeployment.g.cs index ba949a3..11f53be 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.RemoveEvaluatorDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.RemoveEvaluatorDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemoveEvaluatorDeploymentResponse( PrepareRemoveEvaluatorDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs index 2835e6a..cbbd95f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetEvaluatorDeploymentResponseContent( PrepareSetEvaluatorDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs index 8d64997..93191e6 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateEvaluatorMonitoringResponseContent( PrepareUpdateEvaluatorMonitoringRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FilesClient.GetFileByPath.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FilesClient.GetFileByPath.g.cs index 60d504c..c4b094b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FilesClient.GetFileByPath.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FilesClient.GetFileByPath.g.cs @@ -127,7 +127,7 @@ partial void ProcessGetFileByPathResponseContent( PrepareGetFileByPathRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - path: path); + path: path!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.DeleteFlow.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.DeleteFlow.g.cs index e49479d..6e52fd5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.DeleteFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.DeleteFlow.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteFlowResponse( PrepareDeleteFlowRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.GetFlow.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.GetFlow.g.cs index 4c29051..87c9dfb 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.GetFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.GetFlow.g.cs @@ -132,7 +132,7 @@ partial void ProcessGetFlowResponseContent( PrepareGetFlowRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.ListFlowVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.ListFlowVersions.g.cs index 85008d6..f97b8ae 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.ListFlowVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.ListFlowVersions.g.cs @@ -124,7 +124,7 @@ partial void ProcessListFlowVersionsResponseContent( PrepareListFlowVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs index 969e44f..db42468 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs @@ -138,7 +138,7 @@ partial void ProcessMoveFlowResponseContent( PrepareMoveFlowRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.RemoveFlowDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.RemoveFlowDeployment.g.cs index fef9a77..b2254fd 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.RemoveFlowDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.RemoveFlowDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemoveFlowDeploymentResponse( PrepareRemoveFlowDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs index 5c7443e..2a8fe09 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetFlowDeploymentResponseContent( PrepareSetFlowDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs index 9636e68..f5fa6e7 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateFlowMonitoringResponseContent( PrepareUpdateFlowMonitoringRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.DeleteLog.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.DeleteLog.g.cs index a85dcc9..f80e641 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.DeleteLog.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.DeleteLog.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteLogResponse( PrepareDeleteLogRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.GetLog.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.GetLog.g.cs index a6cfe0b..3142bd4 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.GetLog.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.LogsClient.GetLog.g.cs @@ -124,7 +124,7 @@ partial void ProcessGetLogResponseContent( PrepareGetLogRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePrompt.g.cs index cca45d6..a4709e7 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePrompt.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeletePromptResponse( PrepareDeletePromptRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePromptVersion.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePromptVersion.g.cs index c0f21e2..0366a64 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePromptVersion.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeletePromptVersion.g.cs @@ -124,8 +124,8 @@ partial void ProcessDeletePromptVersionResponse( PrepareDeletePromptVersionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - versionId: versionId); + id: id!, + versionId: versionId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.GetPrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.GetPrompt.g.cs index 17f01a8..c9a75bc 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.GetPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.GetPrompt.g.cs @@ -138,7 +138,7 @@ partial void ProcessGetPromptResponseContent( PrepareGetPromptRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId, environment: environment); diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptEnvironments.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptEnvironments.g.cs index 7afef51..6183fc5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptEnvironments.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptEnvironments.g.cs @@ -124,7 +124,7 @@ partial void ProcessListPromptEnvironmentsResponseContent( PrepareListPromptEnvironmentsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptVersions.g.cs index c452ac2..dd0b96f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.ListPromptVersions.g.cs @@ -132,7 +132,7 @@ partial void ProcessListPromptVersionsResponseContent( PrepareListPromptVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, status: status); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs index 0564379..4d02144 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs @@ -138,7 +138,7 @@ partial void ProcessMovePromptResponseContent( PrepareMovePromptRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs index 89e78e3..4499b45 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs @@ -138,7 +138,7 @@ partial void ProcessPopulatePromptResponseContent( PreparePopulatePromptRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.RemovePromptDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.RemovePromptDeployment.g.cs index 24f793b..0bd8871 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.RemovePromptDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.RemovePromptDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemovePromptDeploymentResponse( PrepareRemovePromptDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SerializePrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SerializePrompt.g.cs index 1b7de54..ad05591 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SerializePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SerializePrompt.g.cs @@ -138,7 +138,7 @@ partial void ProcessSerializePromptResponseContent( PrepareSerializePromptRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId, environment: environment); diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs index f14ffd7..9e6891b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetPromptDeploymentResponseContent( PrepareSetPromptDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs index aae5342..2843f30 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs @@ -143,8 +143,8 @@ partial void ProcessUpdatePromptLogResponseContent( PrepareUpdatePromptLogRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - logId: logId, + id: id!, + logId: logId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs index dfff133..f052843 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdatePromptMonitoringResponseContent( PrepareUpdatePromptMonitoringRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs index e9e4389..4676d27 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs @@ -143,8 +143,8 @@ partial void ProcessUpdatePromptVersionResponseContent( PrepareUpdatePromptVersionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - versionId: versionId, + id: id!, + versionId: versionId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.DeleteTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.DeleteTool.g.cs index 8994ba2..7279ad3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.DeleteTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.DeleteTool.g.cs @@ -119,7 +119,7 @@ partial void ProcessDeleteToolResponse( PrepareDeleteToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.GetTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.GetTool.g.cs index 9d92dab..d42a4a4 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.GetTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.GetTool.g.cs @@ -132,7 +132,7 @@ partial void ProcessGetToolResponseContent( PrepareGetToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, versionId: versionId); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.ListToolVersions.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.ListToolVersions.g.cs index 9bbed24..f50edd4 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.ListToolVersions.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.ListToolVersions.g.cs @@ -124,7 +124,7 @@ partial void ProcessListToolVersionsResponseContent( PrepareListToolVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs index eff1b27..0bc57e3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs @@ -138,7 +138,7 @@ partial void ProcessMoveToolResponseContent( PrepareMoveToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.RemoveToolDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.RemoveToolDeployment.g.cs index 28e5c65..6099ab2 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.RemoveToolDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.RemoveToolDeployment.g.cs @@ -124,8 +124,8 @@ partial void ProcessRemoveToolDeploymentResponse( PrepareRemoveToolDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId); + id: id!, + environmentId: environmentId!); return __httpRequest; } diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs index e5331c7..5d5632c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs @@ -143,8 +143,8 @@ partial void ProcessSetToolDeploymentResponseContent( PrepareSetToolDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, - environmentId: environmentId, + id: id!, + environmentId: environmentId!, request: request); return __httpRequest; diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs index 3f49212..18cbae8 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs @@ -138,7 +138,7 @@ partial void ProcessUpdateToolMonitoringResponseContent( PrepareUpdateToolMonitoringRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest;