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 2ea5e63..353f975 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs @@ -213,6 +213,7 @@ 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 e768b9d..3d1ec76 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs @@ -223,6 +223,7 @@ 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 a206baa..8457218 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs @@ -199,6 +199,7 @@ 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 ed67121..658a9fe 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs @@ -207,6 +207,7 @@ 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 7bdbcf3..673961d 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs @@ -199,6 +199,7 @@ 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 0b51a25..a44f585 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs @@ -215,6 +215,7 @@ 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 90b4a4b..b75db80 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs @@ -199,6 +199,7 @@ 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 31e877f..2e1533d 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs @@ -207,6 +207,7 @@ 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 5bca455..61a6ed7 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs @@ -207,6 +207,7 @@ 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 a68c651..042826a 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs @@ -195,6 +195,7 @@ 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 c3a27e0..cfba66a 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.UpdateDirectory.g.cs @@ -199,6 +199,7 @@ 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 feaf29c..6db950f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.CreateEvaluation.g.cs @@ -203,6 +203,7 @@ 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 d17a022..bbcc86e 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluationsClient.UpdateEvaluation.g.cs @@ -197,6 +197,7 @@ 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 a9f9419..26f2686 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.LogEvaluator.g.cs @@ -207,6 +207,7 @@ 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 0640b80..345c8a9 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.MoveEvaluator.g.cs @@ -199,6 +199,7 @@ 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 d73d594..c2e93ef 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.SetEvaluatorDeployment.g.cs @@ -207,6 +207,7 @@ 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 1d7add5..2f151aa 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpdateEvaluatorMonitoring.g.cs @@ -199,6 +199,7 @@ 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 419de6c..00a6be6 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.EvaluatorsClient.UpsertEvaluator.g.cs @@ -207,6 +207,7 @@ 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 fe81aac..293937e 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.LogFlow.g.cs @@ -215,6 +215,7 @@ 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 0222090..be0c320 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.MoveFlow.g.cs @@ -199,6 +199,7 @@ 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 5ad9a29..7e7f447 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.SetFlowDeployment.g.cs @@ -207,6 +207,7 @@ 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 6602242..789860b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpdateFlowMonitoring.g.cs @@ -199,6 +199,7 @@ 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 0b62349..be668a1 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.FlowsClient.UpsertFlow.g.cs @@ -203,6 +203,7 @@ 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 f144de2..bc730b6 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.CallPrompt.g.cs @@ -247,6 +247,7 @@ 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 78b40f3..9e85582 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.DeserializePrompt.g.cs @@ -191,6 +191,7 @@ 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 7ffd724..796a96f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.LogPrompt.g.cs @@ -247,6 +247,7 @@ 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 f66943f..9432e4c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.MovePrompt.g.cs @@ -199,6 +199,7 @@ 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 400c365..a2b3fa4 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.PopulatePrompt.g.cs @@ -199,6 +199,7 @@ 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 97d15fd..57b40c3 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.SetPromptDeployment.g.cs @@ -207,6 +207,7 @@ 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 7693ac2..5a2f5b6 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptLog.g.cs @@ -263,6 +263,7 @@ 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 55d06ac..09b7fe1 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptMonitoring.g.cs @@ -199,6 +199,7 @@ 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 3153bb1..401ef7a 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpdatePromptVersion.g.cs @@ -207,6 +207,7 @@ 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 36875ce..7b7b07f 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.PromptsClient.UpsertPrompt.g.cs @@ -253,6 +253,7 @@ 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 b86a4c6..82ad08c 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.CallTool.g.cs @@ -203,6 +203,7 @@ 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 44dbb6b..3ca53c8 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.LogTool.g.cs @@ -215,6 +215,7 @@ 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 1628770..67c229b 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.MoveTool.g.cs @@ -199,6 +199,7 @@ 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 fdb7b88..45de115 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.SetToolDeployment.g.cs @@ -207,6 +207,7 @@ 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 73e1fa4..9934b3a 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpdateToolMonitoring.g.cs @@ -199,6 +199,7 @@ 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 f972d38..5e92a19 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.ToolsClient.UpsertTool.g.cs @@ -211,6 +211,7 @@ partial void ProcessUpsertToolResponseContent( string? readme = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::tryAGI.Humanloop.ToolRequest { Path = path,