Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMoveAgentResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetAgentDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdateAgentMonitoringResponseContent(
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
{
Activate = activate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMoveDatasetResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetDatasetDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMoveEvaluatorResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetEvaluatorDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdateEvaluatorMonitoringResponseContent(
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
{
Activate = activate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMoveFlowResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetFlowDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdateFlowMonitoringResponseContent(
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
{
Activate = activate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ partial void ProcessDeserializePromptResponseContent(
string content,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.DeserializePromptRequest
{
Content = content,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMovePromptResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetPromptDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdatePromptMonitoringResponseContent(
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
{
Activate = activate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessMoveToolResponseContent(
string path,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.MoveRequest
{
Path = path,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessSetToolDeploymentResponseContent(
string versionId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
{
VersionId = versionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdateToolMonitoringResponseContent(
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
{
Activate = activate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down