diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AgentsGetAgentVariables.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AgentsGetAgentVariables.g.cs index c6ead542..10d91424 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AgentsGetAgentVariables.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AgentsGetAgentVariables.g.cs @@ -140,7 +140,7 @@ partial void ProcessAgentsGetAgentVariablesResponseContent( PrepareAgentsGetAgentVariablesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId); + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AttachArchiveToAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AttachArchiveToAgent.g.cs index 772c148c..4715402a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AttachArchiveToAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AttachArchiveToAgent.g.cs @@ -147,8 +147,8 @@ partial void ProcessAttachArchiveToAgentResponseContent( PrepareAttachArchiveToAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, - agentId: agentId); + archiveId: archiveId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AttachCoreMemoryBlock.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AttachCoreMemoryBlock.g.cs index 450aac25..2999cc1c 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AttachCoreMemoryBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AttachCoreMemoryBlock.g.cs @@ -149,8 +149,8 @@ partial void ProcessAttachCoreMemoryBlockResponseContent( PrepareAttachCoreMemoryBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId, - agentId: agentId); + blockId: blockId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AttachFolderToAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AttachFolderToAgent.g.cs index d94ad093..7b3a5ebc 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AttachFolderToAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AttachFolderToAgent.g.cs @@ -149,8 +149,8 @@ partial void ProcessAttachFolderToAgentResponseContent( PrepareAttachFolderToAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, - agentId: agentId); + folderId: folderId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AttachIdentityToAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AttachIdentityToAgent.g.cs index 4b7657ed..40f3098a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AttachIdentityToAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AttachIdentityToAgent.g.cs @@ -147,8 +147,8 @@ partial void ProcessAttachIdentityToAgentResponseContent( PrepareAttachIdentityToAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - identityId: identityId, - agentId: agentId); + identityId: identityId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.AttachToolToAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.AttachToolToAgent.g.cs index df105690..a8a848ae 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.AttachToolToAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.AttachToolToAgent.g.cs @@ -149,8 +149,8 @@ partial void ProcessAttachToolToAgentResponseContent( PrepareAttachToolToAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolId: toolId, - agentId: agentId); + toolId: toolId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.CancelMessage.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.CancelMessage.g.cs index c14a7036..733e6763 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.CancelMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.CancelMessage.g.cs @@ -157,7 +157,7 @@ partial void ProcessCancelMessageResponseContent( PrepareCancelMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.CloseAllFilesForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.CloseAllFilesForAgent.g.cs index e31a8196..d8086a06 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.CloseAllFilesForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.CloseAllFilesForAgent.g.cs @@ -144,7 +144,7 @@ partial void ProcessCloseAllFilesForAgentResponseContent( PrepareCloseAllFilesForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId); + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.CloseFileForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.CloseFileForAgent.g.cs index 1961aed7..fb5712c8 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.CloseFileForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.CloseFileForAgent.g.cs @@ -151,8 +151,8 @@ partial void ProcessCloseFileForAgentResponseContent( PrepareCloseFileForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - fileId: fileId, - agentId: agentId); + fileId: fileId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.CreateAgentMessageAsync.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.CreateAgentMessageAsync.g.cs index 749eec4f..3cbf44e0 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.CreateAgentMessageAsync.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.CreateAgentMessageAsync.g.cs @@ -163,7 +163,7 @@ partial void ProcessCreateAgentMessageAsyncResponseContent( PrepareCreateAgentMessageAsyncRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.CreatePassage.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.CreatePassage.g.cs index 4104c0ac..0a577254 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.CreatePassage.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.CreatePassage.g.cs @@ -156,7 +156,7 @@ partial void ProcessCreatePassageResponseContent( PrepareCreatePassageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DeleteAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DeleteAgent.g.cs index dc9cf32a..1ca700fd 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DeleteAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DeleteAgent.g.cs @@ -142,7 +142,7 @@ partial void ProcessDeleteAgentResponseContent( PrepareDeleteAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId); + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DeletePassage.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DeletePassage.g.cs index f761424d..41856376 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DeletePassage.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DeletePassage.g.cs @@ -147,8 +147,8 @@ partial void ProcessDeletePassageResponseContent( PrepareDeletePassageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - memoryId: memoryId, - agentId: agentId); + memoryId: memoryId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DetachArchiveFromAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DetachArchiveFromAgent.g.cs index aa74c056..4a3ffa3a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DetachArchiveFromAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DetachArchiveFromAgent.g.cs @@ -147,8 +147,8 @@ partial void ProcessDetachArchiveFromAgentResponseContent( PrepareDetachArchiveFromAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, - agentId: agentId); + archiveId: archiveId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DetachCoreMemoryBlock.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DetachCoreMemoryBlock.g.cs index c4dee013..0356e681 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DetachCoreMemoryBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DetachCoreMemoryBlock.g.cs @@ -149,8 +149,8 @@ partial void ProcessDetachCoreMemoryBlockResponseContent( PrepareDetachCoreMemoryBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId, - agentId: agentId); + blockId: blockId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DetachFolderFromAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DetachFolderFromAgent.g.cs index d87fc1f2..1b8a7adc 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DetachFolderFromAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DetachFolderFromAgent.g.cs @@ -149,8 +149,8 @@ partial void ProcessDetachFolderFromAgentResponseContent( PrepareDetachFolderFromAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, - agentId: agentId); + folderId: folderId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DetachIdentityFromAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DetachIdentityFromAgent.g.cs index 4177af9e..d4e7de5a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DetachIdentityFromAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DetachIdentityFromAgent.g.cs @@ -147,8 +147,8 @@ partial void ProcessDetachIdentityFromAgentResponseContent( PrepareDetachIdentityFromAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - identityId: identityId, - agentId: agentId); + identityId: identityId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.DetachToolFromAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.DetachToolFromAgent.g.cs index ef463878..c05877ba 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.DetachToolFromAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.DetachToolFromAgent.g.cs @@ -149,8 +149,8 @@ partial void ProcessDetachToolFromAgentResponseContent( PrepareDetachToolFromAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolId: toolId, - agentId: agentId); + toolId: toolId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgent.g.cs index 96aa5d03..ed86a782 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgent.g.cs @@ -192,7 +192,7 @@ partial void ProcessExportAgentResponseContent( PrepareExportAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, maxSteps: maxSteps, useLegacyFormat: useLegacyFormat, conversationId: conversationId, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgentWithSkills.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgentWithSkills.g.cs index 733b7e3a..e8cfb0d0 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgentWithSkills.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ExportAgentWithSkills.g.cs @@ -156,7 +156,7 @@ partial void ProcessExportAgentWithSkillsResponseContent( PrepareExportAgentWithSkillsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.GenerateCompletion.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.GenerateCompletion.g.cs index 660870ce..3bb6b8d9 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.GenerateCompletion.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.GenerateCompletion.g.cs @@ -171,7 +171,7 @@ partial void ProcessGenerateCompletionResponseContent( PrepareGenerateCompletionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ImportAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ImportAgent.g.cs index 3ec56629..2a64b21a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ImportAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ImportAgent.g.cs @@ -151,10 +151,38 @@ partial void ProcessImportAgentResponseContent( { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{xOverrideEmbeddingModel}"), + content: new global::System.Net.Http.StringContent(xOverrideEmbeddingModel ?? string.Empty), name: "\"x-override-embedding-model\""); } var __contentFile = new global::System.Net.Http.ByteArrayContent(request.File ?? global::System.Array.Empty()); + __contentFile.Headers.ContentType = new global::System.Net.Http.Headers.MediaTypeHeaderValue( + request.Filename is null + ? "application/octet-stream" + : (global::System.IO.Path.GetExtension(request.Filename) ?? string.Empty).ToLowerInvariant() switch + { + ".aac" => "audio/aac", + ".flac" => "audio/flac", + ".gif" => "image/gif", + ".jpeg" => "image/jpeg", + ".jpg" => "image/jpeg", + ".json" => "application/json", + ".m4a" => "audio/mp4", + ".mp3" => "audio/mpeg", + ".mp4" => "video/mp4", + ".mpeg" => "audio/mpeg", + ".mpga" => "audio/mpeg", + ".oga" => "audio/ogg", + ".ogg" => "audio/ogg", + ".opus" => "audio/ogg", + ".pdf" => "application/pdf", + ".png" => "image/png", + ".txt" => "text/plain", + ".wav" => "audio/wav", + ".weba" => "audio/webm", + ".webm" => "video/webm", + ".webp" => "image/webp", + _ => "application/octet-stream", + }); __httpRequestContent.Add( content: __contentFile, name: "\"file\"", @@ -167,84 +195,84 @@ partial void ProcessImportAgentResponseContent( { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.OverrideExistingTools}"), + content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.OverrideExistingTools, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()), name: "\"override_existing_tools\""); } if (request.StripMessages != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.StripMessages}"), + content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.StripMessages, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()), name: "\"strip_messages\""); } if (request.Secrets != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.Secrets}"), + content: new global::System.Net.Http.StringContent(request.Secrets ?? string.Empty), name: "\"secrets\""); } if (request.Name != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.Name}"), + content: new global::System.Net.Http.StringContent(request.Name ?? string.Empty), name: "\"name\""); } if (request.Embedding != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.Embedding}"), + content: new global::System.Net.Http.StringContent(request.Embedding ?? string.Empty), name: "\"embedding\""); } if (request.Model != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.Model}"), + content: new global::System.Net.Http.StringContent(request.Model ?? string.Empty), name: "\"model\""); } if (request.AppendCopySuffix != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.AppendCopySuffix}"), + content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.AppendCopySuffix, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()), name: "\"append_copy_suffix\""); } if (request.OverrideName != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.OverrideName}"), + content: new global::System.Net.Http.StringContent(request.OverrideName ?? string.Empty), name: "\"override_name\""); } if (request.OverrideEmbeddingHandle != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.OverrideEmbeddingHandle}"), + content: new global::System.Net.Http.StringContent(request.OverrideEmbeddingHandle ?? string.Empty), name: "\"override_embedding_handle\""); } if (request.OverrideModelHandle != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.OverrideModelHandle}"), + content: new global::System.Net.Http.StringContent(request.OverrideModelHandle ?? string.Empty), name: "\"override_model_handle\""); } if (request.ProjectId != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.ProjectId}"), + content: new global::System.Net.Http.StringContent(request.ProjectId ?? string.Empty), name: "\"project_id\""); } if (request.EnvVarsJson != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.EnvVarsJson}"), + content: new global::System.Net.Http.StringContent(request.EnvVarsJson ?? string.Empty), name: "\"env_vars_json\""); } __httpRequest.Content = __httpRequestContent; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListCoreMemoryBlocks.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListCoreMemoryBlocks.g.cs index 7483b70c..3c137f94 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListCoreMemoryBlocks.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListCoreMemoryBlocks.g.cs @@ -187,7 +187,7 @@ partial void ProcessListCoreMemoryBlocksResponseContent( PrepareListCoreMemoryBlocksRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListFilesForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListFilesForAgent.g.cs index fc6ccc37..a47dab0d 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListFilesForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListFilesForAgent.g.cs @@ -205,7 +205,7 @@ partial void ProcessListFilesForAgentResponseContent( PrepareListFilesForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListFoldersForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListFoldersForAgent.g.cs index 4652ded6..56f1555a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListFoldersForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListFoldersForAgent.g.cs @@ -187,7 +187,7 @@ partial void ProcessListFoldersForAgentResponseContent( PrepareListFoldersForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListGroupsForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListGroupsForAgent.g.cs index 1c409532..5e532911 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListGroupsForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListGroupsForAgent.g.cs @@ -195,7 +195,7 @@ partial void ProcessListGroupsForAgentResponseContent( PrepareListGroupsForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, managerType: managerType, before: before, after: after, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListMessages.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListMessages.g.cs index 047c95a9..edd83f30 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListMessages.g.cs @@ -248,7 +248,7 @@ partial void ProcessListMessagesResponseContent( PrepareListMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListPassages.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListPassages.g.cs index 28606865..87883982 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListPassages.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListPassages.g.cs @@ -186,7 +186,7 @@ partial void ProcessListPassagesResponseContent( PrepareListPassagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, after: after, before: before, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ListToolsForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ListToolsForAgent.g.cs index 652e0ada..2374ee8c 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ListToolsForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ListToolsForAgent.g.cs @@ -187,7 +187,7 @@ partial void ProcessListToolsForAgentResponseContent( PrepareListToolsForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyAgent.g.cs index 422ad877..17222dc8 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyAgent.g.cs @@ -158,7 +158,7 @@ partial void ProcessModifyAgentResponseContent( PrepareModifyAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyApprovalForTool.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyApprovalForTool.g.cs index da2ca181..500579f0 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyApprovalForTool.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyApprovalForTool.g.cs @@ -174,8 +174,8 @@ partial void ProcessModifyApprovalForToolResponseContent( PrepareModifyApprovalForToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolName: toolName, - agentId: agentId, + toolName: toolName!, + agentId: agentId!, requiresApproval: requiresApproval, request: request); diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyCoreMemoryBlock.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyCoreMemoryBlock.g.cs index c8b3d563..99555aa9 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ModifyCoreMemoryBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ModifyCoreMemoryBlock.g.cs @@ -161,8 +161,8 @@ partial void ProcessModifyCoreMemoryBlockResponseContent( PrepareModifyCoreMemoryBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockLabel: blockLabel, - agentId: agentId, + blockLabel: blockLabel!, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.OpenFileForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.OpenFileForAgent.g.cs index c01857fe..5d9e8f0a 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.OpenFileForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.OpenFileForAgent.g.cs @@ -152,8 +152,8 @@ partial void ProcessOpenFileForAgentResponseContent( PrepareOpenFileForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - fileId: fileId, - agentId: agentId); + fileId: fileId!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.PreviewModelRequest.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.PreviewModelRequest.g.cs index d5f0efb1..f9217148 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.PreviewModelRequest.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.PreviewModelRequest.g.cs @@ -157,7 +157,7 @@ partial void ProcessPreviewModelRequestResponseContent( PreparePreviewModelRequestRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.RecompileAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.RecompileAgent.g.cs index daf5036c..aec348b6 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.RecompileAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.RecompileAgent.g.cs @@ -162,7 +162,7 @@ partial void ProcessRecompileAgentResponseContent( PrepareRecompileAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, updateTimestamp: updateTimestamp, dryRun: dryRun); diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.ResetMessages.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.ResetMessages.g.cs index 4b2208ab..a61027af 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.ResetMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.ResetMessages.g.cs @@ -156,7 +156,7 @@ partial void ProcessResetMessagesResponseContent( PrepareResetMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveAgent.g.cs index 7132b11e..07bfbe7b 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveAgent.g.cs @@ -163,7 +163,7 @@ partial void ProcessRetrieveAgentResponseContent( PrepareRetrieveAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, includeRelationships: includeRelationships, include: include); diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveCoreMemoryBlock.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveCoreMemoryBlock.g.cs index 38480b0a..cc3c69fb 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveCoreMemoryBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.RetrieveCoreMemoryBlock.g.cs @@ -147,8 +147,8 @@ partial void ProcessRetrieveCoreMemoryBlockResponseContent( PrepareRetrieveCoreMemoryBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockLabel: blockLabel, - agentId: agentId); + blockLabel: blockLabel!, + agentId: agentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.RunToolForAgent.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.RunToolForAgent.g.cs index 3d62f2e0..d8735fd1 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.RunToolForAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.RunToolForAgent.g.cs @@ -163,8 +163,8 @@ partial void ProcessRunToolForAgentResponseContent( PrepareRunToolForAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - toolName: toolName, + agentId: agentId!, + toolName: toolName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.SearchArchivalMemory.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.SearchArchivalMemory.g.cs index ef0d6d17..ebcaeb29 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.SearchArchivalMemory.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.SearchArchivalMemory.g.cs @@ -196,8 +196,8 @@ partial void ProcessSearchArchivalMemoryResponseContent( PrepareSearchArchivalMemoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - query: query, + agentId: agentId!, + query: query!, tags: tags, tagMatchMode: tagMatchMode, topK: topK, diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.SendMessage.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.SendMessage.g.cs index ec770d23..4648b965 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.SendMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.SendMessage.g.cs @@ -169,7 +169,7 @@ partial void ProcessSendMessageResponseContent( PrepareSendMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.AgentsClient.SummarizeMessages.g.cs b/src/libs/Letta/Generated/Letta.AgentsClient.SummarizeMessages.g.cs index 66b2d32d..e63b0744 100644 --- a/src/libs/Letta/Generated/Letta.AgentsClient.SummarizeMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.AgentsClient.SummarizeMessages.g.cs @@ -156,7 +156,7 @@ partial void ProcessSummarizeMessagesResponseContent( PrepareSummarizeMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassageInArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassageInArchive.g.cs index 12507c6b..9896c784 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassageInArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassageInArchive.g.cs @@ -157,7 +157,7 @@ partial void ProcessCreatePassageInArchiveResponseContent( PrepareCreatePassageInArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, + archiveId: archiveId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassagesInArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassagesInArchive.g.cs index 6128ceb7..19747008 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassagesInArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.CreatePassagesInArchive.g.cs @@ -157,7 +157,7 @@ partial void ProcessCreatePassagesInArchiveResponseContent( PrepareCreatePassagesInArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, + archiveId: archiveId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.DeleteArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.DeleteArchive.g.cs index 5a25c45e..a6111448 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.DeleteArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.DeleteArchive.g.cs @@ -137,7 +137,7 @@ partial void ProcessDeleteArchiveResponse( PrepareDeleteArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId); + archiveId: archiveId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.DeletePassageFromArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.DeletePassageFromArchive.g.cs index 66b829ab..21c16f34 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.DeletePassageFromArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.DeletePassageFromArchive.g.cs @@ -145,8 +145,8 @@ partial void ProcessDeletePassageFromArchiveResponse( PrepareDeletePassageFromArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, - passageId: passageId); + archiveId: archiveId!, + passageId: passageId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.ListAgentsForArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.ListAgentsForArchive.g.cs index 793e2c81..93835e82 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.ListAgentsForArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.ListAgentsForArchive.g.cs @@ -187,7 +187,7 @@ partial void ProcessListAgentsForArchiveResponseContent( PrepareListAgentsForArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, + archiveId: archiveId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.ModifyArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.ModifyArchive.g.cs index 78c207d8..eef369fb 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.ModifyArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.ModifyArchive.g.cs @@ -156,7 +156,7 @@ partial void ProcessModifyArchiveResponseContent( PrepareModifyArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId, + archiveId: archiveId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ArchivesClient.RetrieveArchive.g.cs b/src/libs/Letta/Generated/Letta.ArchivesClient.RetrieveArchive.g.cs index 59d930b1..4c210388 100644 --- a/src/libs/Letta/Generated/Letta.ArchivesClient.RetrieveArchive.g.cs +++ b/src/libs/Letta/Generated/Letta.ArchivesClient.RetrieveArchive.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveArchiveResponseContent( PrepareRetrieveArchiveRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - archiveId: archiveId); + archiveId: archiveId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.AttachIdentityToBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.AttachIdentityToBlock.g.cs index 6fd29608..e2e91e83 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.AttachIdentityToBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.AttachIdentityToBlock.g.cs @@ -147,8 +147,8 @@ partial void ProcessAttachIdentityToBlockResponseContent( PrepareAttachIdentityToBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - identityId: identityId, - blockId: blockId); + identityId: identityId!, + blockId: blockId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.DeleteBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.DeleteBlock.g.cs index 24f69282..f10a396d 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.DeleteBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.DeleteBlock.g.cs @@ -141,7 +141,7 @@ partial void ProcessDeleteBlockResponseContent( PrepareDeleteBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId); + blockId: blockId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.DetachIdentityFromBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.DetachIdentityFromBlock.g.cs index 79d90e86..e4e37e72 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.DetachIdentityFromBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.DetachIdentityFromBlock.g.cs @@ -147,8 +147,8 @@ partial void ProcessDetachIdentityFromBlockResponseContent( PrepareDetachIdentityFromBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - identityId: identityId, - blockId: blockId); + identityId: identityId!, + blockId: blockId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.ListAgentsForBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.ListAgentsForBlock.g.cs index 4ce007b5..f33ef324 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.ListAgentsForBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.ListAgentsForBlock.g.cs @@ -207,7 +207,7 @@ partial void ProcessListAgentsForBlockResponseContent( PrepareListAgentsForBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId, + blockId: blockId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.ModifyBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.ModifyBlock.g.cs index 1b10b7e8..9c9fb338 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.ModifyBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.ModifyBlock.g.cs @@ -155,7 +155,7 @@ partial void ProcessModifyBlockResponseContent( PrepareModifyBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId, + blockId: blockId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.BlocksClient.RetrieveBlock.g.cs b/src/libs/Letta/Generated/Letta.BlocksClient.RetrieveBlock.g.cs index 337d8916..7ad1ce31 100644 --- a/src/libs/Letta/Generated/Letta.BlocksClient.RetrieveBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.BlocksClient.RetrieveBlock.g.cs @@ -141,7 +141,7 @@ partial void ProcessRetrieveBlockResponseContent( PrepareRetrieveBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId); + blockId: blockId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ClientSideAccessTokensClient.ClientSideAccessTokensDeleteClientSideAccessToken.g.cs b/src/libs/Letta/Generated/Letta.ClientSideAccessTokensClient.ClientSideAccessTokensDeleteClientSideAccessToken.g.cs index bfa5b78d..d459ee61 100644 --- a/src/libs/Letta/Generated/Letta.ClientSideAccessTokensClient.ClientSideAccessTokensDeleteClientSideAccessToken.g.cs +++ b/src/libs/Letta/Generated/Letta.ClientSideAccessTokensClient.ClientSideAccessTokensDeleteClientSideAccessToken.g.cs @@ -154,7 +154,7 @@ partial void ProcessClientSideAccessTokensDeleteClientSideAccessTokenResponseCon PrepareClientSideAccessTokensDeleteClientSideAccessTokenRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - token: token, + token: token!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.CancelConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.CancelConversation.g.cs index 04991ec4..d8436efd 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.CancelConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.CancelConversation.g.cs @@ -156,7 +156,7 @@ partial void ProcessCancelConversationResponseContent( PrepareCancelConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, agentId: agentId); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.CompactConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.CompactConversation.g.cs index 26060a22..543ed4d3 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.CompactConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.CompactConversation.g.cs @@ -161,7 +161,7 @@ partial void ProcessCompactConversationResponseContent( PrepareCompactConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.CreateConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.CreateConversation.g.cs index 8866d5eb..acbf8a44 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.CreateConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.CreateConversation.g.cs @@ -159,7 +159,7 @@ partial void ProcessCreateConversationResponseContent( PrepareCreateConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.DeleteConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.DeleteConversation.g.cs index e877c18e..5cd12489 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.DeleteConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.DeleteConversation.g.cs @@ -145,7 +145,7 @@ partial void ProcessDeleteConversationResponseContent( PrepareDeleteConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId); + conversationId: conversationId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.ForkConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.ForkConversation.g.cs index ed230585..024686f7 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.ForkConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.ForkConversation.g.cs @@ -158,7 +158,7 @@ partial void ProcessForkConversationResponseContent( PrepareForkConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, agentId: agentId); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.ListConversationMessages.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.ListConversationMessages.g.cs index 01fad471..8226344d 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.ListConversationMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.ListConversationMessages.g.cs @@ -224,7 +224,7 @@ partial void ProcessListConversationMessagesResponseContent( PrepareListConversationMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, agentId: agentId, before: before, after: after, diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.PreviewConversationModelRequest.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.PreviewConversationModelRequest.g.cs index fefaf620..6d18e3df 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.PreviewConversationModelRequest.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.PreviewConversationModelRequest.g.cs @@ -162,7 +162,7 @@ partial void ProcessPreviewConversationModelRequestResponseContent( PreparePreviewConversationModelRequestRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.RecompileConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.RecompileConversation.g.cs index 7603981a..df8fb4f9 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.RecompileConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.RecompileConversation.g.cs @@ -167,7 +167,7 @@ partial void ProcessRecompileConversationResponseContent( PrepareRecompileConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, dryRun: dryRun, request: request); diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversation.g.cs index bf6cc52f..813df623 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversation.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveConversationResponseContent( PrepareRetrieveConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId); + conversationId: conversationId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversationStream.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversationStream.g.cs index b5a1010c..8676fbbd 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversationStream.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.RetrieveConversationStream.g.cs @@ -165,7 +165,7 @@ partial void ProcessRetrieveConversationStreamResponseContent( PrepareRetrieveConversationStreamRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.SendConversationMessage.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.SendConversationMessage.g.cs index 605a3867..118f5a44 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.SendConversationMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.SendConversationMessage.g.cs @@ -164,7 +164,7 @@ partial void ProcessSendConversationMessageResponseContent( PrepareSendConversationMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ConversationsClient.UpdateConversation.g.cs b/src/libs/Letta/Generated/Letta.ConversationsClient.UpdateConversation.g.cs index 1c49b1e2..838f7fcc 100644 --- a/src/libs/Letta/Generated/Letta.ConversationsClient.UpdateConversation.g.cs +++ b/src/libs/Letta/Generated/Letta.ConversationsClient.UpdateConversation.g.cs @@ -156,7 +156,7 @@ partial void ProcessUpdateConversationResponseContent( PrepareUpdateConversationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - conversationId: conversationId, + conversationId: conversationId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.DeviceStorageClient.DeviceStorageGetDeviceStorageKey.g.cs b/src/libs/Letta/Generated/Letta.DeviceStorageClient.DeviceStorageGetDeviceStorageKey.g.cs index bb1207b1..2f20d846 100644 --- a/src/libs/Letta/Generated/Letta.DeviceStorageClient.DeviceStorageGetDeviceStorageKey.g.cs +++ b/src/libs/Letta/Generated/Letta.DeviceStorageClient.DeviceStorageGetDeviceStorageKey.g.cs @@ -143,7 +143,7 @@ partial void ProcessDeviceStorageGetDeviceStorageKeyResponseContent( PrepareDeviceStorageGetDeviceStorageKeyRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - deviceId: deviceId); + deviceId: deviceId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsDeleteEnvironment.g.cs b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsDeleteEnvironment.g.cs index 843d9dbf..9a07630e 100644 --- a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsDeleteEnvironment.g.cs +++ b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsDeleteEnvironment.g.cs @@ -154,7 +154,7 @@ partial void ProcessEnvironmentsDeleteEnvironmentResponseContent( PrepareEnvironmentsDeleteEnvironmentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id, + id: id!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsGetConnection.g.cs b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsGetConnection.g.cs index 392d3c11..0fa39e45 100644 --- a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsGetConnection.g.cs +++ b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsGetConnection.g.cs @@ -140,7 +140,7 @@ partial void ProcessEnvironmentsGetConnectionResponseContent( PrepareEnvironmentsGetConnectionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - deviceId: deviceId); + deviceId: deviceId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsSendMessage.g.cs b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsSendMessage.g.cs index 4b986db0..27810065 100644 --- a/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsSendMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.EnvironmentsClient.EnvironmentsSendMessage.g.cs @@ -154,7 +154,7 @@ partial void ProcessEnvironmentsSendMessageResponseContent( PrepareEnvironmentsSendMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - connectionId: connectionId, + connectionId: connectionId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsBackfillSubscription.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsBackfillSubscription.g.cs index 302332c4..8c0b1fe5 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsBackfillSubscription.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsBackfillSubscription.g.cs @@ -159,8 +159,8 @@ partial void ProcessFeedsBackfillSubscriptionResponseContent( PrepareFeedsBackfillSubscriptionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - subscriptionId: subscriptionId, + feedId: feedId!, + subscriptionId: subscriptionId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteFeed.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteFeed.g.cs index 874d9c12..7fdafc42 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteFeed.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteFeed.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsDeleteFeedResponseContent( PrepareFeedsDeleteFeedRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteSubscription.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteSubscription.g.cs index 7037381d..1496a16b 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteSubscription.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsDeleteSubscription.g.cs @@ -159,8 +159,8 @@ partial void ProcessFeedsDeleteSubscriptionResponseContent( PrepareFeedsDeleteSubscriptionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - subscriptionId: subscriptionId, + feedId: feedId!, + subscriptionId: subscriptionId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetFeed.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetFeed.g.cs index 2979f97b..a3ccb8aa 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetFeed.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetFeed.g.cs @@ -140,7 +140,7 @@ partial void ProcessFeedsGetFeedResponseContent( PrepareFeedsGetFeedRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId); + feedId: feedId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetMessage.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetMessage.g.cs index 29bcb4e4..787fcda7 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsGetMessage.g.cs @@ -145,8 +145,8 @@ partial void ProcessFeedsGetMessageResponseContent( PrepareFeedsGetMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - messageId: messageId); + feedId: feedId!, + messageId: messageId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListMessages.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListMessages.g.cs index 959efd5c..9810ee33 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListMessages.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsListMessagesResponseContent( PrepareFeedsListMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, afterSequence: afterSequence, limit: limit); diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptionHistory.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptionHistory.g.cs index ed0c69fa..a1623c3a 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptionHistory.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptionHistory.g.cs @@ -159,8 +159,8 @@ partial void ProcessFeedsListSubscriptionHistoryResponseContent( PrepareFeedsListSubscriptionHistoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - subscriptionId: subscriptionId, + feedId: feedId!, + subscriptionId: subscriptionId!, pageSize: pageSize, nextPageToken: nextPageToken); diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptions.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptions.g.cs index 5c789927..75751d45 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptions.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsListSubscriptions.g.cs @@ -160,7 +160,7 @@ partial void ProcessFeedsListSubscriptionsResponseContent( PrepareFeedsListSubscriptionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, limit: limit, offset: offset, agentId: agentId); diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsPublishMessages.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsPublishMessages.g.cs index c4535e78..fe80bb22 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsPublishMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsPublishMessages.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsPublishMessagesResponseContent( PrepareFeedsPublishMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsSubscribeAgent.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsSubscribeAgent.g.cs index 7018aa19..3bbe6d07 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsSubscribeAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsSubscribeAgent.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsSubscribeAgentResponseContent( PrepareFeedsSubscribeAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsTriggerSubscription.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsTriggerSubscription.g.cs index be30b51c..b92b3652 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsTriggerSubscription.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsTriggerSubscription.g.cs @@ -159,8 +159,8 @@ partial void ProcessFeedsTriggerSubscriptionResponseContent( PrepareFeedsTriggerSubscriptionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - subscriptionId: subscriptionId, + feedId: feedId!, + subscriptionId: subscriptionId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUnsubscribeAgent.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUnsubscribeAgent.g.cs index bdaf80d0..fb18c27e 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUnsubscribeAgent.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUnsubscribeAgent.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsUnsubscribeAgentResponseContent( PrepareFeedsUnsubscribeAgentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateAllSubscriptionsCron.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateAllSubscriptionsCron.g.cs index d6d5df62..f5019cdc 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateAllSubscriptionsCron.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateAllSubscriptionsCron.g.cs @@ -154,7 +154,7 @@ partial void ProcessFeedsUpdateAllSubscriptionsCronResponseContent( PrepareFeedsUpdateAllSubscriptionsCronRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, + feedId: feedId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateSubscription.g.cs b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateSubscription.g.cs index 8095a458..a8dbf857 100644 --- a/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateSubscription.g.cs +++ b/src/libs/Letta/Generated/Letta.FeedsClient.FeedsUpdateSubscription.g.cs @@ -159,8 +159,8 @@ partial void ProcessFeedsUpdateSubscriptionResponseContent( PrepareFeedsUpdateSubscriptionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - feedId: feedId, - subscriptionId: subscriptionId, + feedId: feedId!, + subscriptionId: subscriptionId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFileFromFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFileFromFolder.g.cs index c0d03cb3..9ddf7430 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFileFromFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFileFromFolder.g.cs @@ -144,8 +144,8 @@ partial void ProcessDeleteFileFromFolderResponse( PrepareDeleteFileFromFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, - fileId: fileId); + folderId: folderId!, + fileId: fileId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFolder.g.cs index 15a42e88..e5f4f671 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.DeleteFolder.g.cs @@ -142,7 +142,7 @@ partial void ProcessDeleteFolderResponseContent( PrepareDeleteFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId); + folderId: folderId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.ListAgentsForFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.ListAgentsForFolder.g.cs index e68da494..eb5f9687 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.ListAgentsForFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.ListAgentsForFolder.g.cs @@ -187,7 +187,7 @@ partial void ProcessListAgentsForFolderResponseContent( PrepareListAgentsForFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, + folderId: folderId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.ListFilesForFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.ListFilesForFolder.g.cs index dfa3f7bd..ce4f8d73 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.ListFilesForFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.ListFilesForFolder.g.cs @@ -196,7 +196,7 @@ partial void ProcessListFilesForFolderResponseContent( PrepareListFilesForFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, + folderId: folderId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.ListFolderPassages.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.ListFolderPassages.g.cs index 477d97b3..c37e2069 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.ListFolderPassages.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.ListFolderPassages.g.cs @@ -187,7 +187,7 @@ partial void ProcessListFolderPassagesResponseContent( PrepareListFolderPassagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, + folderId: folderId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.ModifyFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.ModifyFolder.g.cs index 29a5e454..81b83afd 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.ModifyFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.ModifyFolder.g.cs @@ -156,7 +156,7 @@ partial void ProcessModifyFolderResponseContent( PrepareModifyFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, + folderId: folderId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFile.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFile.g.cs index 7fc9df12..f772d7ef 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFile.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFile.g.cs @@ -160,8 +160,8 @@ partial void ProcessRetrieveFileResponseContent( PrepareRetrieveFileRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, - fileId: fileId, + folderId: folderId!, + fileId: fileId!, includeContent: includeContent); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFolder.g.cs index 7fe7dfde..21245245 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.RetrieveFolder.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveFolderResponseContent( PrepareRetrieveFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId); + folderId: folderId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.FoldersClient.UploadFileToFolder.g.cs b/src/libs/Letta/Generated/Letta.FoldersClient.UploadFileToFolder.g.cs index a379fabe..4bbee211 100644 --- a/src/libs/Letta/Generated/Letta.FoldersClient.UploadFileToFolder.g.cs +++ b/src/libs/Letta/Generated/Letta.FoldersClient.UploadFileToFolder.g.cs @@ -160,23 +160,51 @@ partial void ProcessUploadFileToFolderResponseContent( } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{folderId}"), + content: new global::System.Net.Http.StringContent(folderId ?? string.Empty), name: "\"folder_id\""); if (duplicateHandling != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{duplicateHandling?.ToValueString()}"), + content: new global::System.Net.Http.StringContent((duplicateHandling).HasValue ? (duplicateHandling).GetValueOrDefault().ToValueString() : string.Empty), name: "\"duplicate_handling\""); } if (name != default) { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{name}"), + content: new global::System.Net.Http.StringContent(name ?? string.Empty), name: "\"name\""); } var __contentFile = new global::System.Net.Http.ByteArrayContent(request.File ?? global::System.Array.Empty()); + __contentFile.Headers.ContentType = new global::System.Net.Http.Headers.MediaTypeHeaderValue( + request.Filename is null + ? "application/octet-stream" + : (global::System.IO.Path.GetExtension(request.Filename) ?? string.Empty).ToLowerInvariant() switch + { + ".aac" => "audio/aac", + ".flac" => "audio/flac", + ".gif" => "image/gif", + ".jpeg" => "image/jpeg", + ".jpg" => "image/jpeg", + ".json" => "application/json", + ".m4a" => "audio/mp4", + ".mp3" => "audio/mpeg", + ".mp4" => "video/mp4", + ".mpeg" => "audio/mpeg", + ".mpga" => "audio/mpeg", + ".oga" => "audio/ogg", + ".ogg" => "audio/ogg", + ".opus" => "audio/ogg", + ".pdf" => "application/pdf", + ".png" => "image/png", + ".txt" => "text/plain", + ".wav" => "audio/wav", + ".weba" => "audio/webm", + ".webm" => "video/webm", + ".webp" => "image/webp", + _ => "application/octet-stream", + }); __httpRequestContent.Add( content: __contentFile, name: "\"file\"", @@ -197,7 +225,7 @@ partial void ProcessUploadFileToFolderResponseContent( PrepareUploadFileToFolderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - folderId: folderId, + folderId: folderId!, duplicateHandling: duplicateHandling, name: name, request: request); diff --git a/src/libs/Letta/Generated/Letta.InternalAgentsClient.ModifyInternalCoreMemoryBlock.g.cs b/src/libs/Letta/Generated/Letta.InternalAgentsClient.ModifyInternalCoreMemoryBlock.g.cs index 6c734a49..ef144860 100644 --- a/src/libs/Letta/Generated/Letta.InternalAgentsClient.ModifyInternalCoreMemoryBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.InternalAgentsClient.ModifyInternalCoreMemoryBlock.g.cs @@ -161,8 +161,8 @@ partial void ProcessModifyInternalCoreMemoryBlockResponseContent( PrepareModifyInternalCoreMemoryBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockLabel: blockLabel, - agentId: agentId, + blockLabel: blockLabel!, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.InternalBlocksClient.DeleteInternalBlock.g.cs b/src/libs/Letta/Generated/Letta.InternalBlocksClient.DeleteInternalBlock.g.cs index acefa883..7433528a 100644 --- a/src/libs/Letta/Generated/Letta.InternalBlocksClient.DeleteInternalBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.InternalBlocksClient.DeleteInternalBlock.g.cs @@ -141,7 +141,7 @@ partial void ProcessDeleteInternalBlockResponseContent( PrepareDeleteInternalBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId); + blockId: blockId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.InternalBlocksClient.ListAgentsForInternalBlock.g.cs b/src/libs/Letta/Generated/Letta.InternalBlocksClient.ListAgentsForInternalBlock.g.cs index e3275d18..244f2055 100644 --- a/src/libs/Letta/Generated/Letta.InternalBlocksClient.ListAgentsForInternalBlock.g.cs +++ b/src/libs/Letta/Generated/Letta.InternalBlocksClient.ListAgentsForInternalBlock.g.cs @@ -207,7 +207,7 @@ partial void ProcessListAgentsForInternalBlockResponseContent( PrepareListAgentsForInternalBlockRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - blockId: blockId, + blockId: blockId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.InternalTemplatesClient.DeleteDeployment.g.cs b/src/libs/Letta/Generated/Letta.InternalTemplatesClient.DeleteDeployment.g.cs index 686263e6..697b4d52 100644 --- a/src/libs/Letta/Generated/Letta.InternalTemplatesClient.DeleteDeployment.g.cs +++ b/src/libs/Letta/Generated/Letta.InternalTemplatesClient.DeleteDeployment.g.cs @@ -141,7 +141,7 @@ partial void ProcessDeleteDeploymentResponseContent( PrepareDeleteDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - deploymentId: deploymentId); + deploymentId: deploymentId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.InternalTemplatesClient.ListDeploymentEntities.g.cs b/src/libs/Letta/Generated/Letta.InternalTemplatesClient.ListDeploymentEntities.g.cs index ef59ccbb..61516037 100644 --- a/src/libs/Letta/Generated/Letta.InternalTemplatesClient.ListDeploymentEntities.g.cs +++ b/src/libs/Letta/Generated/Letta.InternalTemplatesClient.ListDeploymentEntities.g.cs @@ -151,7 +151,7 @@ partial void ProcessListDeploymentEntitiesResponseContent( PrepareListDeploymentEntitiesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - deploymentId: deploymentId, + deploymentId: deploymentId!, entityTypes: entityTypes); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.JobsClient.CancelJob.g.cs b/src/libs/Letta/Generated/Letta.JobsClient.CancelJob.g.cs index 01855741..d33a256c 100644 --- a/src/libs/Letta/Generated/Letta.JobsClient.CancelJob.g.cs +++ b/src/libs/Letta/Generated/Letta.JobsClient.CancelJob.g.cs @@ -144,7 +144,7 @@ partial void ProcessCancelJobResponseContent( PrepareCancelJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - jobId: jobId); + jobId: jobId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.JobsClient.DeleteJob.g.cs b/src/libs/Letta/Generated/Letta.JobsClient.DeleteJob.g.cs index 220f7035..6e364e04 100644 --- a/src/libs/Letta/Generated/Letta.JobsClient.DeleteJob.g.cs +++ b/src/libs/Letta/Generated/Letta.JobsClient.DeleteJob.g.cs @@ -142,7 +142,7 @@ partial void ProcessDeleteJobResponseContent( PrepareDeleteJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - jobId: jobId); + jobId: jobId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.JobsClient.RetrieveJob.g.cs b/src/libs/Letta/Generated/Letta.JobsClient.RetrieveJob.g.cs index 71268496..85a14760 100644 --- a/src/libs/Letta/Generated/Letta.JobsClient.RetrieveJob.g.cs +++ b/src/libs/Letta/Generated/Letta.JobsClient.RetrieveJob.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveJobResponseContent( PrepareRetrieveJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - jobId: jobId); + jobId: jobId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpConnectMcpServer.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpConnectMcpServer.g.cs index bae1d95c..3e9a26ec 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpConnectMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpConnectMcpServer.g.cs @@ -141,7 +141,7 @@ partial void ProcessMcpConnectMcpServerResponseContent( PrepareMcpConnectMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId); + mcpServerId: mcpServerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpDeleteMcpServer.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpDeleteMcpServer.g.cs index 3e5ed873..d5d14e33 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpDeleteMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpDeleteMcpServer.g.cs @@ -135,7 +135,7 @@ partial void ProcessMcpDeleteMcpServerResponse( PrepareMcpDeleteMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId); + mcpServerId: mcpServerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpListToolsForMcpServer.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpListToolsForMcpServer.g.cs index 7130ae2e..a1de4126 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpListToolsForMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpListToolsForMcpServer.g.cs @@ -140,7 +140,7 @@ partial void ProcessMcpListToolsForMcpServerResponseContent( PrepareMcpListToolsForMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId); + mcpServerId: mcpServerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpRefreshMcpServerTools.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpRefreshMcpServerTools.g.cs index ff38363f..88285026 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpRefreshMcpServerTools.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpRefreshMcpServerTools.g.cs @@ -153,7 +153,7 @@ partial void ProcessMcpRefreshMcpServerToolsResponseContent( PrepareMcpRefreshMcpServerToolsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId, + mcpServerId: mcpServerId!, agentId: agentId); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpServer.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpServer.g.cs index 4142066c..a56d6452 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpServer.g.cs @@ -140,7 +140,7 @@ partial void ProcessMcpRetrieveMcpServerResponseContent( PrepareMcpRetrieveMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId); + mcpServerId: mcpServerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpTool.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpTool.g.cs index 6c11f21b..9633ae8e 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpTool.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpRetrieveMcpTool.g.cs @@ -145,8 +145,8 @@ partial void ProcessMcpRetrieveMcpToolResponseContent( PrepareMcpRetrieveMcpToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId, - toolId: toolId); + mcpServerId: mcpServerId!, + toolId: toolId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpRunTool.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpRunTool.g.cs index de61691c..5aa6fdfe 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpRunTool.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpRunTool.g.cs @@ -160,8 +160,8 @@ partial void ProcessMcpRunToolResponseContent( PrepareMcpRunToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId, - toolId: toolId, + mcpServerId: mcpServerId!, + toolId: toolId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.McpServersClient.McpUpdateMcpServer.g.cs b/src/libs/Letta/Generated/Letta.McpServersClient.McpUpdateMcpServer.g.cs index 8df719f5..d102f8da 100644 --- a/src/libs/Letta/Generated/Letta.McpServersClient.McpUpdateMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.McpServersClient.McpUpdateMcpServer.g.cs @@ -154,7 +154,7 @@ partial void ProcessMcpUpdateMcpServerResponseContent( PrepareMcpUpdateMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerId: mcpServerId, + mcpServerId: mcpServerId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesGetFileHistory.g.cs b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesGetFileHistory.g.cs index 70272d1e..4e3e70bc 100644 --- a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesGetFileHistory.g.cs +++ b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesGetFileHistory.g.cs @@ -154,8 +154,8 @@ partial void ProcessMemoryFilesGetFileHistoryResponseContent( PrepareMemoryFilesGetFileHistoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - filePath: filePath, + agentId: agentId!, + filePath: filePath!, limit: limit); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesListDirectory.g.cs b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesListDirectory.g.cs index 9877bcb9..3736a667 100644 --- a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesListDirectory.g.cs +++ b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesListDirectory.g.cs @@ -160,7 +160,7 @@ partial void ProcessMemoryFilesListDirectoryResponseContent( PrepareMemoryFilesListDirectoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, path: path, depth: depth, @ref: @ref); diff --git a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesReadFileContent.g.cs b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesReadFileContent.g.cs index c56f391b..b47744a6 100644 --- a/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesReadFileContent.g.cs +++ b/src/libs/Letta/Generated/Letta.MemoryFilesClient.MemoryFilesReadFileContent.g.cs @@ -154,8 +154,8 @@ partial void ProcessMemoryFilesReadFileContentResponseContent( PrepareMemoryFilesReadFileContentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - filePath: filePath, + agentId: agentId!, + filePath: filePath!, @ref: @ref); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.MessagesClient.CancelBatch.g.cs b/src/libs/Letta/Generated/Letta.MessagesClient.CancelBatch.g.cs index 633c55cb..ca66d0d0 100644 --- a/src/libs/Letta/Generated/Letta.MessagesClient.CancelBatch.g.cs +++ b/src/libs/Letta/Generated/Letta.MessagesClient.CancelBatch.g.cs @@ -140,7 +140,7 @@ partial void ProcessCancelBatchResponseContent( PrepareCancelBatchRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - batchId: batchId); + batchId: batchId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.MessagesClient.ListMessagesForBatch.g.cs b/src/libs/Letta/Generated/Letta.MessagesClient.ListMessagesForBatch.g.cs index 1c61a6b6..ca88b00c 100644 --- a/src/libs/Letta/Generated/Letta.MessagesClient.ListMessagesForBatch.g.cs +++ b/src/libs/Letta/Generated/Letta.MessagesClient.ListMessagesForBatch.g.cs @@ -193,7 +193,7 @@ partial void ProcessListMessagesForBatchResponseContent( PrepareListMessagesForBatchRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - batchId: batchId, + batchId: batchId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveBatch.g.cs b/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveBatch.g.cs index 2637c30b..48c67aa1 100644 --- a/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveBatch.g.cs +++ b/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveBatch.g.cs @@ -140,7 +140,7 @@ partial void ProcessRetrieveBatchResponseContent( PrepareRetrieveBatchRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - batchId: batchId); + batchId: batchId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveMessage.g.cs b/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveMessage.g.cs index beb86d15..f73dfae9 100644 --- a/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.MessagesClient.RetrieveMessage.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveMessageResponseContent( PrepareRetrieveMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - messageId: messageId); + messageId: messageId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesDeletePipeline.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesDeletePipeline.g.cs index fca3221f..eb62ba49 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesDeletePipeline.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesDeletePipeline.g.cs @@ -154,7 +154,7 @@ partial void ProcessPipelinesDeletePipelineResponseContent( PreparePipelinesDeletePipelineRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId, + pipelineId: pipelineId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesGetPipeline.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesGetPipeline.g.cs index 383b2f2f..ca455091 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesGetPipeline.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesGetPipeline.g.cs @@ -140,7 +140,7 @@ partial void ProcessPipelinesGetPipelineResponseContent( PreparePipelinesGetPipelineRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId); + pipelineId: pipelineId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesListPipelineSyncHistory.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesListPipelineSyncHistory.g.cs index 5fc01a46..ef40b5f0 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesListPipelineSyncHistory.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesListPipelineSyncHistory.g.cs @@ -140,7 +140,7 @@ partial void ProcessPipelinesListPipelineSyncHistoryResponseContent( PreparePipelinesListPipelineSyncHistoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId); + pipelineId: pipelineId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesSyncPipeline.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesSyncPipeline.g.cs index 59f63cb7..13c5ca77 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesSyncPipeline.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesSyncPipeline.g.cs @@ -154,7 +154,7 @@ partial void ProcessPipelinesSyncPipelineResponseContent( PreparePipelinesSyncPipelineRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId, + pipelineId: pipelineId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipeline.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipeline.g.cs index fbf8a000..4af38d91 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipeline.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipeline.g.cs @@ -154,7 +154,7 @@ partial void ProcessPipelinesUpdatePipelineResponseContent( PreparePipelinesUpdatePipelineRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId, + pipelineId: pipelineId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipelineProducerConfig.g.cs b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipelineProducerConfig.g.cs index 5d581254..241b42f7 100644 --- a/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipelineProducerConfig.g.cs +++ b/src/libs/Letta/Generated/Letta.PipelinesClient.PipelinesUpdatePipelineProducerConfig.g.cs @@ -154,7 +154,7 @@ partial void ProcessPipelinesUpdatePipelineProducerConfigResponseContent( PreparePipelinesUpdatePipelineProducerConfigRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - pipelineId: pipelineId, + pipelineId: pipelineId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ProjectsClient.ProjectsDeleteProject.g.cs b/src/libs/Letta/Generated/Letta.ProjectsClient.ProjectsDeleteProject.g.cs index ed0b0600..694695a3 100644 --- a/src/libs/Letta/Generated/Letta.ProjectsClient.ProjectsDeleteProject.g.cs +++ b/src/libs/Letta/Generated/Letta.ProjectsClient.ProjectsDeleteProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessProjectsDeleteProjectResponseContent( PrepareProjectsDeleteProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, + projectId: projectId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ProvidersClient.CheckExistingProvider.g.cs b/src/libs/Letta/Generated/Letta.ProvidersClient.CheckExistingProvider.g.cs index f7d7d2d2..c8c022d1 100644 --- a/src/libs/Letta/Generated/Letta.ProvidersClient.CheckExistingProvider.g.cs +++ b/src/libs/Letta/Generated/Letta.ProvidersClient.CheckExistingProvider.g.cs @@ -142,7 +142,7 @@ partial void ProcessCheckExistingProviderResponseContent( PrepareCheckExistingProviderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - providerId: providerId); + providerId: providerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ProvidersClient.DeleteProvider.g.cs b/src/libs/Letta/Generated/Letta.ProvidersClient.DeleteProvider.g.cs index 7915057e..334282be 100644 --- a/src/libs/Letta/Generated/Letta.ProvidersClient.DeleteProvider.g.cs +++ b/src/libs/Letta/Generated/Letta.ProvidersClient.DeleteProvider.g.cs @@ -142,7 +142,7 @@ partial void ProcessDeleteProviderResponseContent( PrepareDeleteProviderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - providerId: providerId); + providerId: providerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ProvidersClient.ModifyProvider.g.cs b/src/libs/Letta/Generated/Letta.ProvidersClient.ModifyProvider.g.cs index c33ff5a7..1c1b1869 100644 --- a/src/libs/Letta/Generated/Letta.ProvidersClient.ModifyProvider.g.cs +++ b/src/libs/Letta/Generated/Letta.ProvidersClient.ModifyProvider.g.cs @@ -156,7 +156,7 @@ partial void ProcessModifyProviderResponseContent( PrepareModifyProviderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - providerId: providerId, + providerId: providerId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ProvidersClient.RefreshProviderModels.g.cs b/src/libs/Letta/Generated/Letta.ProvidersClient.RefreshProviderModels.g.cs index 5ce88cba..f16150ab 100644 --- a/src/libs/Letta/Generated/Letta.ProvidersClient.RefreshProviderModels.g.cs +++ b/src/libs/Letta/Generated/Letta.ProvidersClient.RefreshProviderModels.g.cs @@ -143,7 +143,7 @@ partial void ProcessRefreshProviderModelsResponseContent( PrepareRefreshProviderModelsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - providerId: providerId); + providerId: providerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ProvidersClient.RetrieveProvider.g.cs b/src/libs/Letta/Generated/Letta.ProvidersClient.RetrieveProvider.g.cs index fbf19286..35da386f 100644 --- a/src/libs/Letta/Generated/Letta.ProvidersClient.RetrieveProvider.g.cs +++ b/src/libs/Letta/Generated/Letta.ProvidersClient.RetrieveProvider.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveProviderResponseContent( PrepareRetrieveProviderRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - providerId: providerId); + providerId: providerId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.RunsClient.DeleteRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.DeleteRun.g.cs index 007e0a37..c7fa50cc 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.DeleteRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.DeleteRun.g.cs @@ -140,7 +140,7 @@ partial void ProcessDeleteRunResponseContent( PrepareDeleteRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId); + runId: runId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.RunsClient.ListMessagesForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.ListMessagesForRun.g.cs index cb1b0347..7f474b61 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.ListMessagesForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.ListMessagesForRun.g.cs @@ -185,7 +185,7 @@ partial void ProcessListMessagesForRunResponseContent( PrepareListMessagesForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId, + runId: runId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.RunsClient.ListStepsForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.ListStepsForRun.g.cs index d119f55d..f1413d0e 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.ListStepsForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.ListStepsForRun.g.cs @@ -185,7 +185,7 @@ partial void ProcessListStepsForRunResponseContent( PrepareListStepsForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId, + runId: runId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveMetricsForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveMetricsForRun.g.cs index 438d4e21..7c7684ec 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveMetricsForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveMetricsForRun.g.cs @@ -140,7 +140,7 @@ partial void ProcessRetrieveMetricsForRunResponseContent( PrepareRetrieveMetricsForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId); + runId: runId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveRun.g.cs index 968cd232..a44f3dd6 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveRun.g.cs @@ -140,7 +140,7 @@ partial void ProcessRetrieveRunResponseContent( PrepareRetrieveRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId); + runId: runId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveStreamForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveStreamForRun.g.cs index 410e6e1a..632c5fe7 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveStreamForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveStreamForRun.g.cs @@ -153,7 +153,7 @@ partial void ProcessRetrieveStreamForRunResponseContent( PrepareRetrieveStreamForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId, + runId: runId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveTraceForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveTraceForRun.g.cs index 06dcd119..9f41f053 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveTraceForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveTraceForRun.g.cs @@ -157,7 +157,7 @@ partial void ProcessRetrieveTraceForRunResponseContent( PrepareRetrieveTraceForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId, + runId: runId!, limit: limit); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveUsageForRun.g.cs b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveUsageForRun.g.cs index 61b93826..dd5b5092 100644 --- a/src/libs/Letta/Generated/Letta.RunsClient.RetrieveUsageForRun.g.cs +++ b/src/libs/Letta/Generated/Letta.RunsClient.RetrieveUsageForRun.g.cs @@ -140,7 +140,7 @@ partial void ProcessRetrieveUsageForRunResponseContent( PrepareRetrieveUsageForRunRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - runId: runId); + runId: runId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.SandboxesClient.SandboxesTerminateSandbox.g.cs b/src/libs/Letta/Generated/Letta.SandboxesClient.SandboxesTerminateSandbox.g.cs index eecd77e6..88991fdb 100644 --- a/src/libs/Letta/Generated/Letta.SandboxesClient.SandboxesTerminateSandbox.g.cs +++ b/src/libs/Letta/Generated/Letta.SandboxesClient.SandboxesTerminateSandbox.g.cs @@ -154,7 +154,7 @@ partial void ProcessSandboxesTerminateSandboxResponseContent( PrepareSandboxesTerminateSandboxRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - sandboxId: sandboxId, + sandboxId: sandboxId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesDeleteScheduledMessage.g.cs b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesDeleteScheduledMessage.g.cs index 87a3270f..9f15f5b3 100644 --- a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesDeleteScheduledMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesDeleteScheduledMessage.g.cs @@ -159,8 +159,8 @@ partial void ProcessScheduledMessagesDeleteScheduledMessageResponseContent( PrepareScheduledMessagesDeleteScheduledMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - scheduledMessageId: scheduledMessageId, + agentId: agentId!, + scheduledMessageId: scheduledMessageId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesListScheduledMessages.g.cs b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesListScheduledMessages.g.cs index f137e468..b9b98c93 100644 --- a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesListScheduledMessages.g.cs +++ b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesListScheduledMessages.g.cs @@ -154,7 +154,7 @@ partial void ProcessScheduledMessagesListScheduledMessagesResponseContent( PrepareScheduledMessagesListScheduledMessagesRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, limit: limit, after: after); diff --git a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesRetrieveScheduledMessage.g.cs b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesRetrieveScheduledMessage.g.cs index f0a2e329..87dc380a 100644 --- a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesRetrieveScheduledMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesRetrieveScheduledMessage.g.cs @@ -145,8 +145,8 @@ partial void ProcessScheduledMessagesRetrieveScheduledMessageResponseContent( PrepareScheduledMessagesRetrieveScheduledMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, - scheduledMessageId: scheduledMessageId); + agentId: agentId!, + scheduledMessageId: scheduledMessageId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesScheduleAgentMessage.g.cs b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesScheduleAgentMessage.g.cs index 63612c35..5c81a193 100644 --- a/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesScheduleAgentMessage.g.cs +++ b/src/libs/Letta/Generated/Letta.ScheduledMessagesClient.ScheduledMessagesScheduleAgentMessage.g.cs @@ -154,7 +154,7 @@ partial void ProcessScheduledMessagesScheduleAgentMessageResponseContent( PrepareScheduledMessagesScheduleAgentMessageRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - agentId: agentId, + agentId: agentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.StepsClient.ListMessagesForStep.g.cs b/src/libs/Letta/Generated/Letta.StepsClient.ListMessagesForStep.g.cs index 7f24089c..69e9ed98 100644 --- a/src/libs/Letta/Generated/Letta.StepsClient.ListMessagesForStep.g.cs +++ b/src/libs/Letta/Generated/Letta.StepsClient.ListMessagesForStep.g.cs @@ -187,7 +187,7 @@ partial void ProcessListMessagesForStepResponseContent( PrepareListMessagesForStepRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - stepId: stepId, + stepId: stepId!, before: before, after: after, limit: limit, diff --git a/src/libs/Letta/Generated/Letta.StepsClient.ModifyFeedbackForStep.g.cs b/src/libs/Letta/Generated/Letta.StepsClient.ModifyFeedbackForStep.g.cs index 7b5b0c45..e4d826e5 100644 --- a/src/libs/Letta/Generated/Letta.StepsClient.ModifyFeedbackForStep.g.cs +++ b/src/libs/Letta/Generated/Letta.StepsClient.ModifyFeedbackForStep.g.cs @@ -156,7 +156,7 @@ partial void ProcessModifyFeedbackForStepResponseContent( PrepareModifyFeedbackForStepRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - stepId: stepId, + stepId: stepId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveMetricsForStep.g.cs b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveMetricsForStep.g.cs index 5eb2c2c7..c0345d9f 100644 --- a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveMetricsForStep.g.cs +++ b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveMetricsForStep.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveMetricsForStepResponseContent( PrepareRetrieveMetricsForStepRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - stepId: stepId); + stepId: stepId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveStep.g.cs b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveStep.g.cs index bb2c58e1..014a4465 100644 --- a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveStep.g.cs +++ b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveStep.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveStepResponseContent( PrepareRetrieveStepRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - stepId: stepId); + stepId: stepId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveTraceForStep.g.cs b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveTraceForStep.g.cs index 16567e4c..8e16576f 100644 --- a/src/libs/Letta/Generated/Letta.StepsClient.RetrieveTraceForStep.g.cs +++ b/src/libs/Letta/Generated/Letta.StepsClient.RetrieveTraceForStep.g.cs @@ -141,7 +141,7 @@ partial void ProcessRetrieveTraceForStepResponseContent( PrepareRetrieveTraceForStepRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - stepId: stepId); + stepId: stepId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplate.g.cs index 508b7dac..bd3c02a4 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplate.g.cs @@ -154,8 +154,8 @@ partial void ProcessTemplatesCreateAgentsFromTemplateResponse( PrepareTemplatesCreateAgentsFromTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateVersion: templateVersion, + projectId: projectId!, + templateVersion: templateVersion!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplateNoProject.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplateNoProject.g.cs index 5149d09e..94eab564 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplateNoProject.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateAgentsFromTemplateNoProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesCreateAgentsFromTemplateNoProjectResponseContent( PrepareTemplatesCreateAgentsFromTemplateNoProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateVersion: templateVersion, + templateVersion: templateVersion!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateTemplate.g.cs index f7912f6c..2e7330b4 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesCreateTemplate.g.cs @@ -152,7 +152,7 @@ partial void ProcessTemplatesCreateTemplateResponseContent( PrepareTemplatesCreateTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, + projectId: projectId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplate.g.cs index 2943bd77..70658dc9 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplate.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesDeleteTemplateResponseContent( PrepareTemplatesDeleteTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplateNoProject.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplateNoProject.g.cs index 7c210945..bafa46b8 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplateNoProject.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesDeleteTemplateNoProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesDeleteTemplateNoProjectResponseContent( PrepareTemplatesDeleteTemplateNoProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateName: templateName, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesForkTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesForkTemplate.g.cs index 23bd8b57..4cb53f9e 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesForkTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesForkTemplate.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesForkTemplateResponseContent( PrepareTemplatesForkTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateVersion: templateVersion, + projectId: projectId!, + templateVersion: templateVersion!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesGetTemplateSnapshot.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesGetTemplateSnapshot.g.cs index ab3cec9a..495166c4 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesGetTemplateSnapshot.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesGetTemplateSnapshot.g.cs @@ -145,8 +145,8 @@ partial void ProcessTemplatesGetTemplateSnapshotResponseContent( PrepareTemplatesGetTemplateSnapshotRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateVersion: templateVersion); + projectId: projectId!, + templateVersion: templateVersion!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesLegacyMigration.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesLegacyMigration.g.cs index e58de410..9ee3f63f 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesLegacyMigration.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesLegacyMigration.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesLegacyMigrationResponseContent( PrepareTemplatesLegacyMigrationRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateId: templateId, + templateId: templateId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesListTemplateVersions.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesListTemplateVersions.g.cs index 3f9bf4dc..0798839b 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesListTemplateVersions.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesListTemplateVersions.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesListTemplateVersionsResponseContent( PrepareTemplatesListTemplateVersionsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - name: name, + projectId: projectId!, + name: name!, offset: offset, limit: limit); diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesMigrateDeployment.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesMigrateDeployment.g.cs index 40030536..5f6c59bf 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesMigrateDeployment.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesMigrateDeployment.g.cs @@ -164,9 +164,9 @@ partial void ProcessTemplatesMigrateDeploymentResponseContent( PrepareTemplatesMigrateDeploymentRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, - deploymentId: deploymentId, + projectId: projectId!, + templateName: templateName!, + deploymentId: deploymentId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRenameTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRenameTemplate.g.cs index eb18dfd9..70f73ca0 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRenameTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRenameTemplate.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesRenameTemplateResponseContent( PrepareTemplatesRenameTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplate.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplate.g.cs index 2bb7109b..759edbdb 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplate.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplate.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesRollbackTemplateResponseContent( PrepareTemplatesRollbackTemplateRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplateNoProject.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplateNoProject.g.cs index 6f4748da..cb74d2b0 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplateNoProject.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesRollbackTemplateNoProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesRollbackTemplateNoProjectResponseContent( PrepareTemplatesRollbackTemplateNoProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateName: templateName, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersion.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersion.g.cs index 4fdeccc6..b0fc7390 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersion.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersion.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesSaveTemplateVersionResponseContent( PrepareTemplatesSaveTemplateVersionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersionNoProject.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersionNoProject.g.cs index c6bee5d4..439a4cca 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersionNoProject.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSaveTemplateVersionNoProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesSaveTemplateVersionNoProjectResponseContent( PrepareTemplatesSaveTemplateVersionNoProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateName: templateName, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSetCurrentTemplateFromSnapshot.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSetCurrentTemplateFromSnapshot.g.cs index 31384363..ac2c71ef 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSetCurrentTemplateFromSnapshot.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesSetCurrentTemplateFromSnapshot.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesSetCurrentTemplateFromSnapshotResponseContent( PrepareTemplatesSetCurrentTemplateFromSnapshotRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateVersion: templateVersion, + projectId: projectId!, + templateVersion: templateVersion!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFile.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFile.g.cs index 0f8128d0..744d3a0f 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFile.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFile.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesUpdateCurrentTemplateFromAgentFileResponseContent( PrepareTemplatesUpdateCurrentTemplateFromAgentFileRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFileNoProject.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFileNoProject.g.cs index 03d53938..f3531508 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFileNoProject.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateCurrentTemplateFromAgentFileNoProject.g.cs @@ -154,7 +154,7 @@ partial void ProcessTemplatesUpdateCurrentTemplateFromAgentFileNoProjectResponse PrepareTemplatesUpdateCurrentTemplateFromAgentFileNoProjectRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - templateName: templateName, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateTemplateDescription.g.cs b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateTemplateDescription.g.cs index ece5d88c..949ad318 100644 --- a/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateTemplateDescription.g.cs +++ b/src/libs/Letta/Generated/Letta.TemplatesClient.TemplatesUpdateTemplateDescription.g.cs @@ -159,8 +159,8 @@ partial void ProcessTemplatesUpdateTemplateDescriptionResponseContent( PrepareTemplatesUpdateTemplateDescriptionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - projectId: projectId, - templateName: templateName, + projectId: projectId!, + templateName: templateName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.AddMcpTool.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.AddMcpTool.g.cs index 9ffef3b0..e4219a49 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.AddMcpTool.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.AddMcpTool.g.cs @@ -145,8 +145,8 @@ partial void ProcessAddMcpToolResponseContent( PrepareAddMcpToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName, - mcpToolName: mcpToolName); + mcpServerName: mcpServerName!, + mcpToolName: mcpToolName!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.DeleteMcpServer.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.DeleteMcpServer.g.cs index f6f687f8..67ef9fcd 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.DeleteMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.DeleteMcpServer.g.cs @@ -140,7 +140,7 @@ partial void ProcessDeleteMcpServerResponseContent( PrepareDeleteMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName); + mcpServerName: mcpServerName!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.DeleteTool.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.DeleteTool.g.cs index 7cae2065..a2ca2145 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.DeleteTool.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.DeleteTool.g.cs @@ -142,7 +142,7 @@ partial void ProcessDeleteToolResponseContent( PrepareDeleteToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolId: toolId); + toolId: toolId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.ExecuteMcpTool.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.ExecuteMcpTool.g.cs index af52718f..c554d80b 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.ExecuteMcpTool.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.ExecuteMcpTool.g.cs @@ -160,8 +160,8 @@ partial void ProcessExecuteMcpToolResponseContent( PrepareExecuteMcpToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName, - toolName: toolName, + mcpServerName: mcpServerName!, + toolName: toolName!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.ListMcpToolsByServer.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.ListMcpToolsByServer.g.cs index 4318ff23..dfc3ab9e 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.ListMcpToolsByServer.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.ListMcpToolsByServer.g.cs @@ -140,7 +140,7 @@ partial void ProcessListMcpToolsByServerResponseContent( PrepareListMcpToolsByServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName); + mcpServerName: mcpServerName!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.ModifyTool.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.ModifyTool.g.cs index 73e8e42d..238b9d14 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.ModifyTool.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.ModifyTool.g.cs @@ -156,7 +156,7 @@ partial void ProcessModifyToolResponseContent( PrepareModifyToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolId: toolId, + toolId: toolId!, request: request); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.ResyncMcpServerTools.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.ResyncMcpServerTools.g.cs index 0d26cf50..e098d006 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.ResyncMcpServerTools.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.ResyncMcpServerTools.g.cs @@ -153,7 +153,7 @@ partial void ProcessResyncMcpServerToolsResponseContent( PrepareResyncMcpServerToolsRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName, + mcpServerName: mcpServerName!, agentId: agentId); return __httpRequest; diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.RetrieveTool.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.RetrieveTool.g.cs index e51ef962..4859c980 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.RetrieveTool.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.RetrieveTool.g.cs @@ -142,7 +142,7 @@ partial void ProcessRetrieveToolResponseContent( PrepareRetrieveToolRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - toolId: toolId); + toolId: toolId!); return __httpRequest; } diff --git a/src/libs/Letta/Generated/Letta.ToolsClient.UpdateMcpServer.g.cs b/src/libs/Letta/Generated/Letta.ToolsClient.UpdateMcpServer.g.cs index 463fe197..0b43397c 100644 --- a/src/libs/Letta/Generated/Letta.ToolsClient.UpdateMcpServer.g.cs +++ b/src/libs/Letta/Generated/Letta.ToolsClient.UpdateMcpServer.g.cs @@ -152,7 +152,7 @@ partial void ProcessUpdateMcpServerResponseContent( PrepareUpdateMcpServerRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - mcpServerName: mcpServerName, + mcpServerName: mcpServerName!, request: request); return __httpRequest;