Skip to content

Commit fcce235

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

85 files changed

Lines changed: 124 additions & 176 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ partial void ProcessCallAgentResponseContent(
139139
try
140140
{
141141
__response.EnsureSuccessStatusCode();
142-
143142
using var __content = await __response.Content.ReadAsStreamAsync(
144143
#if NET5_0_OR_GREATER
145144
cancellationToken

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ partial void ProcessDeleteAgentResponse(
118118
try
119119
{
120120
__response.EnsureSuccessStatusCode();
121-
122-
using var __content = await __response.Content.ReadAsStreamAsync(
123-
#if NET5_0_OR_GREATER
124-
cancellationToken
125-
#endif
126-
).ConfigureAwait(false);
127-
128121
}
129122
catch (global::System.Exception __ex)
130123
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ partial void ProcessGetAgentResponseContent(
139139
try
140140
{
141141
__response.EnsureSuccessStatusCode();
142-
143142
using var __content = await __response.Content.ReadAsStreamAsync(
144143
#if NET5_0_OR_GREATER
145144
cancellationToken

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ partial void ProcessListAgentVersionsResponseContent(
130130
try
131131
{
132132
__response.EnsureSuccessStatusCode();
133-
134133
using var __content = await __response.Content.ReadAsStreamAsync(
135134
#if NET5_0_OR_GREATER
136135
cancellationToken

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ partial void ProcessListAgentsResponseContent(
161161
try
162162
{
163163
__response.EnsureSuccessStatusCode();
164-
165164
using var __content = await __response.Content.ReadAsStreamAsync(
166165
#if NET5_0_OR_GREATER
167166
cancellationToken

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ partial void ProcessLogAgentResponseContent(
139139
try
140140
{
141141
__response.EnsureSuccessStatusCode();
142-
143142
using var __content = await __response.Content.ReadAsStreamAsync(
144143
#if NET5_0_OR_GREATER
145144
cancellationToken

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ partial void ProcessMoveAgentResponseContent(
145145
try
146146
{
147147
__response.EnsureSuccessStatusCode();
148-
149148
using var __content = await __response.Content.ReadAsStreamAsync(
150149
#if NET5_0_OR_GREATER
151150
cancellationToken

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ partial void ProcessRemoveAgentDeploymentResponse(
124124
try
125125
{
126126
__response.EnsureSuccessStatusCode();
127-
128-
using var __content = await __response.Content.ReadAsStreamAsync(
129-
#if NET5_0_OR_GREATER
130-
cancellationToken
131-
#endif
132-
).ConfigureAwait(false);
133-
134127
}
135128
catch (global::System.Exception __ex)
136129
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ partial void ProcessSetAgentDeploymentResponseContent(
151151
try
152152
{
153153
__response.EnsureSuccessStatusCode();
154-
155154
using var __content = await __response.Content.ReadAsStreamAsync(
156155
#if NET5_0_OR_GREATER
157156
cancellationToken

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ partial void ProcessUpdateAgentMonitoringResponseContent(
145145
try
146146
{
147147
__response.EnsureSuccessStatusCode();
148-
149148
using var __content = await __response.Content.ReadAsStreamAsync(
150149
#if NET5_0_OR_GREATER
151150
cancellationToken

0 commit comments

Comments
 (0)