Skip to content

Commit 5881d3b

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#4)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent c258cee commit 5881d3b

39 files changed

Lines changed: 39 additions & 0 deletions

File tree

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.CallAgent.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ partial void ProcessCallAgentResponseContent(
213213
string? user = default,
214214
global::System.Threading.CancellationToken cancellationToken = default)
215215
{
216+
216217
var __request = new global::tryAGI.Humanloop.AgentCallRequest
217218
{
218219
VersionId = versionId,

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.LogAgent.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ partial void ProcessLogAgentResponseContent(
223223
string? logId = default,
224224
global::System.Threading.CancellationToken cancellationToken = default)
225225
{
226+
226227
var __request = new global::tryAGI.Humanloop.LogAgentRequest
227228
{
228229
VersionId = versionId,

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.MoveAgent.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ partial void ProcessMoveAgentResponseContent(
199199
string path,
200200
global::System.Threading.CancellationToken cancellationToken = default)
201201
{
202+
202203
var __request = new global::tryAGI.Humanloop.MoveRequest
203204
{
204205
Path = path,

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.SetAgentDeployment.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ partial void ProcessSetAgentDeploymentResponseContent(
207207
string versionId,
208208
global::System.Threading.CancellationToken cancellationToken = default)
209209
{
210+
210211
var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
211212
{
212213
VersionId = versionId,

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpdateAgentMonitoring.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ partial void ProcessUpdateAgentMonitoringResponseContent(
199199
global::System.Collections.Generic.IList<global::tryAGI.Humanloop.UpdateMonitoringRequestDeactivateItem>? deactivate = default,
200200
global::System.Threading.CancellationToken cancellationToken = default)
201201
{
202+
202203
var __request = new global::tryAGI.Humanloop.UpdateMonitoringRequest
203204
{
204205
Activate = activate,

src/libs/Humanloop/Generated/tryAGI.Humanloop.AgentsClient.UpsertAgent.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ partial void ProcessUpsertAgentResponseContent(
215215
int? maxTokens = default,
216216
global::System.Threading.CancellationToken cancellationToken = default)
217217
{
218+
218219
var __request = new global::tryAGI.Humanloop.AgentRequest
219220
{
220221
Path = path,

src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.MoveDataset.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ partial void ProcessMoveDatasetResponseContent(
199199
string path,
200200
global::System.Threading.CancellationToken cancellationToken = default)
201201
{
202+
202203
var __request = new global::tryAGI.Humanloop.MoveRequest
203204
{
204205
Path = path,

src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.SetDatasetDeployment.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ partial void ProcessSetDatasetDeploymentResponseContent(
207207
string versionId,
208208
global::System.Threading.CancellationToken cancellationToken = default)
209209
{
210+
210211
var __request = new global::tryAGI.Humanloop.SetDeploymentRequest
211212
{
212213
VersionId = versionId,

src/libs/Humanloop/Generated/tryAGI.Humanloop.DatasetsClient.UpsertDataset.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ partial void ProcessUpsertDatasetResponseContent(
207207
string? readme = default,
208208
global::System.Threading.CancellationToken cancellationToken = default)
209209
{
210+
210211
var __request = new global::tryAGI.Humanloop.DatasetRequest
211212
{
212213
Path = path,

src/libs/Humanloop/Generated/tryAGI.Humanloop.DirectoriesClient.CreateDirectory.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ partial void ProcessCreateDirectoryResponseContent(
195195
string? parentId = default,
196196
global::System.Threading.CancellationToken cancellationToken = default)
197197
{
198+
198199
var __request = new global::tryAGI.Humanloop.CreateDirectoryRequest
199200
{
200201
Path = path,

0 commit comments

Comments
 (0)