diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs index 353f975..2ea5e63 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs @@ -213,7 +213,6 @@ partial void ProcessCallAgentResponseContent( string? user = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.AgentCallRequest { VersionId = versionId, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs index 3d1ec76..e768b9d 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs @@ -223,7 +223,6 @@ partial void ProcessLogAgentResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.LogAgentRequest { VersionId = versionId, 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 8457218..a206baa 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs @@ -199,7 +199,6 @@ partial void ProcessMoveAgentResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 658a9fe..ed67121 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetAgentDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, 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 673961d..7bdbcf3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdateAgentMonitoringResponseContent( global::System.Collections.Generic.IList? deactivate = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest { Activate = activate, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs index a44f585..0b51a25 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs @@ -215,7 +215,6 @@ partial void ProcessUpsertAgentResponseContent( int? maxTokens = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.AgentRequest { Path = path, 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 b75db80..90b4a4b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs @@ -199,7 +199,6 @@ partial void ProcessMoveDatasetResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 2e1533d..31e877f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetDatasetDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs index 61a6ed7..5bca455 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs @@ -207,7 +207,6 @@ partial void ProcessUpsertDatasetResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.DatasetRequest { Path = path, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs index 042826a..a68c651 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs @@ -195,7 +195,6 @@ partial void ProcessCreateDirectoryResponseContent( string? parentId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.CreateDirectoryRequest { Path = path, 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 cfba66a..c3a27e0 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdateDirectoryResponseContent( string? parentId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateDirectoryRequest { Path = path, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs index 6db950f..feaf29c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs @@ -203,7 +203,6 @@ partial void ProcessCreateEvaluationResponseContent( string? datasetId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.EvaluationRequest { FileId = fileId, 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 bbcc86e..d17a022 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs @@ -197,7 +197,6 @@ partial void ProcessUpdateEvaluationResponseContent( global::tryAGI.Humanloop.UpdateEvaluationStatusRequestStatus? status = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateEvaluationStatusRequest { Status = status, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs index 26f2686..a9f9419 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs @@ -207,7 +207,6 @@ partial void ProcessLogEvaluatorResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.LogEvaluatorRequest { VersionId = versionId, 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 345c8a9..0640b80 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs @@ -199,7 +199,6 @@ partial void ProcessMoveEvaluatorResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 c2e93ef..d73d594 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetEvaluatorDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, 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 2f151aa..1d7add5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdateEvaluatorMonitoringResponseContent( global::System.Collections.Generic.IList? deactivate = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest { Activate = activate, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs index 00a6be6..419de6c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs @@ -207,7 +207,6 @@ partial void ProcessUpsertEvaluatorResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.EvaluatorRequest { Path = path, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs index 293937e..fe81aac 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs @@ -215,7 +215,6 @@ partial void ProcessLogFlowResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.LogFlowRequest { VersionId = versionId, 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 be0c320..0222090 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs @@ -199,7 +199,6 @@ partial void ProcessMoveFlowResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 7e7f447..5ad9a29 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetFlowDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, 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 789860b..6602242 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdateFlowMonitoringResponseContent( global::System.Collections.Generic.IList? deactivate = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest { Activate = activate, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs index be668a1..0b62349 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs @@ -203,7 +203,6 @@ partial void ProcessUpsertFlowResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.FlowRequest { Path = path, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs index bc730b6..f144de2 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs @@ -247,7 +247,6 @@ partial void ProcessCallPromptResponseContent( string? user = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.PromptCallRequest { VersionId = versionId, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs index 9e85582..78b40f3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs @@ -191,7 +191,6 @@ partial void ProcessDeserializePromptResponseContent( string content, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.DeserializePromptRequest { Content = content, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs index 796a96f..7ffd724 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs @@ -247,7 +247,6 @@ partial void ProcessLogPromptResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.PromptLogRequest { VersionId = versionId, 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 9432e4c..f66943f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs @@ -199,7 +199,6 @@ partial void ProcessMovePromptResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 a2b3fa4..400c365 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs @@ -199,7 +199,6 @@ partial void ProcessPopulatePromptResponseContent( string? versionId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.PopulatePromptRequest { Inputs = inputs, 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 57b40c3..97d15fd 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetPromptDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, 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 5a2f5b6..7693ac2 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs @@ -263,7 +263,6 @@ partial void ProcessUpdatePromptLogResponseContent( string? requestLogId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.PromptLogRequest { VersionId = versionId, 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 09b7fe1..55d06ac 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdatePromptMonitoringResponseContent( global::System.Collections.Generic.IList? deactivate = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest { Activate = activate, 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 401ef7a..3153bb1 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs @@ -207,7 +207,6 @@ partial void ProcessUpdatePromptVersionResponseContent( string? versionDescription = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateVersionRequest { VersionName = versionName, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs index 7b7b07f..36875ce 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs @@ -253,7 +253,6 @@ partial void ProcessUpsertPromptResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.PromptRequest { Path = path, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs index 82ad08c..b86a4c6 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs @@ -203,7 +203,6 @@ partial void ProcessCallToolResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.CallToolRequest { VersionId = versionId, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs index 3ca53c8..44dbb6b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs @@ -215,7 +215,6 @@ partial void ProcessLogToolResponseContent( string? logId = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.LogToolRequest { VersionId = versionId, 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 67c229b..1628770 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs @@ -199,7 +199,6 @@ partial void ProcessMoveToolResponseContent( string path, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.MoveRequest { Path = path, 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 45de115..fdb7b88 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs @@ -207,7 +207,6 @@ partial void ProcessSetToolDeploymentResponseContent( string versionId, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.SetDeploymentRequest { VersionId = versionId, 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 9934b3a..73e1fa4 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs @@ -199,7 +199,6 @@ partial void ProcessUpdateToolMonitoringResponseContent( global::System.Collections.Generic.IList? deactivate = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest { Activate = activate, diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs index 5e92a19..f972d38 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs @@ -211,7 +211,6 @@ partial void ProcessUpsertToolResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::tryAGI.Humanloop.ToolRequest { Path = path,