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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ partial void ProcessGatewayRetryFailedFilesResponseContent(
global::System.Collections.Generic.IList<global::System.Guid> fileIds,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.RetryFilesRequest
{
FileIds = fileIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ partial void ProcessChatResponseContent(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.ChatRequest
{
Model = request.Model,
Expand Down Expand Up @@ -266,7 +265,6 @@ partial void ProcessChatResponseContent(
global::Writer.ResponseFormat? responseFormat = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ChatRequest
{
Model = model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ partial void ProcessChatAsStreamResponse(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.ChatRequest
{
Model = request.Model,
Expand Down Expand Up @@ -238,7 +237,6 @@ partial void ProcessChatAsStreamResponse(
global::Writer.ResponseFormat? responseFormat = default,
[global::System.Runtime.CompilerServices.EnumeratorCancellation] global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ChatRequest
{
Model = model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ partial void ProcessCompletionsResponseContent(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.CompletionsRequest
{
Model = request.Model,
Expand Down Expand Up @@ -240,7 +239,6 @@ partial void ProcessCompletionsResponseContent(
int? randomSeed = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.CompletionsRequest
{
Model = model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ partial void ProcessCompletionsAsStreamResponse(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.CompletionsRequest
{
Model = request.Model,
Expand Down Expand Up @@ -212,7 +211,6 @@ partial void ProcessCompletionsAsStreamResponse(
int? randomSeed = default,
[global::System.Runtime.CompilerServices.EnumeratorCancellation] global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.CompletionsRequest
{
Model = model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ partial void ProcessGenerateContentResponseContent(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.GenerateApplicationRequest
{
Inputs = request.Inputs,
Expand Down Expand Up @@ -211,7 +210,6 @@ partial void ProcessGenerateContentResponseContent(
global::System.Collections.Generic.IList<global::Writer.GenerateApplicationInput> inputs,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.GenerateApplicationRequest
{
Inputs = inputs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ partial void ProcessGenerateContentAsStreamResponse(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.GenerateApplicationRequest
{
Inputs = request.Inputs,
Expand Down Expand Up @@ -183,7 +182,6 @@ partial void ProcessGenerateContentAsStreamResponse(
global::System.Collections.Generic.IList<global::Writer.GenerateApplicationInput> inputs,
[global::System.Runtime.CompilerServices.EnumeratorCancellation] global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.GenerateApplicationRequest
{
Inputs = inputs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ partial void ProcessAddFileToGraphResponseContent(
string fileId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.GraphFileRequest
{
FileId = fileId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ partial void ProcessCreateGraphResponseContent(
string? description = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.GraphRequest
{
Name = name,
Expand Down
2 changes: 0 additions & 2 deletions src/libs/Writer/Generated/Writer.KgApiClient.Question.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ partial void ProcessQuestionResponseContent(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.QuestionRequest
{
GraphIds = request.GraphIds,
Expand Down Expand Up @@ -221,7 +220,6 @@ partial void ProcessQuestionResponseContent(
global::Writer.GraphQueryConfig? queryConfig = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.QuestionRequest
{
GraphIds = graphIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ partial void ProcessQuestionAsStreamResponse(
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));


request = new global::Writer.QuestionRequest
{
GraphIds = request.GraphIds,
Expand Down Expand Up @@ -193,7 +192,6 @@ partial void ProcessQuestionAsStreamResponse(
global::Writer.GraphQueryConfig? queryConfig = default,
[global::System.Runtime.CompilerServices.EnumeratorCancellation] global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.QuestionRequest
{
GraphIds = graphIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ partial void ProcessUpdateGraphResponseContent(
global::System.Collections.Generic.IList<global::Writer.UpdateGraphWebUrl>? urls = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.UpdateGraphRequest
{
Name = name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ partial void ProcessCreateApplicationsByApplicationIdJobsResponseContent(
global::System.Collections.Generic.IList<global::Writer.GenerateApplicationInput> inputs,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.GenerateApplicationAsyncRequest
{
Inputs = inputs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ partial void ProcessPutApplicationsByApplicationIdGraphsResponseContent(
global::System.Collections.Generic.IList<global::System.Guid> graphIds,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ApplicationGraphIdsRequest
{
GraphIds = graphIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ partial void ProcessCreateToolsAiDetectResponseContent(
string input,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.AiDetectionRequest
{
Input = input,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ partial void ProcessCreateToolsComprehendMedicalResponseContent(
global::Writer.ComprehendMedicalType responseType,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ComprehendMedicalRequest
{
Content = content,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ partial void ProcessCreateToolsContextAwareSplittingResponseContent(
global::Writer.SplittingStrategy strategy,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ContextAwareTextSplittingRequest
{
Text = text,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ partial void ProcessCreateToolsPdfParserByFileIdResponseContent(
global::Writer.PdfConversionFormat format,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.ParsePdfRequest
{
Format = format,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ partial void ProcessCreateToolsTextToGraphResponseContent(
string text,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.TextToGraphRequest
{
Text = text,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ partial void ProcessCreateToolsWebSearchResponseContent(
bool? stream = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.WebSearchRequest
{
Query = query,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ partial void ProcessCreateTranslationResponseContent(
global::Writer.TranslationRequestModel model = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.TranslationRequest
{
Model = model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ partial void ProcessCreateVisionResponseContent(
global::Writer.VisionRequestModel model = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Writer.VisionRequest
{
Model = model,
Expand Down