Skip to content

Commit

Permalink
Update dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dmytro Struk <[email protected]>
  • Loading branch information
crickman and dmytrostruk authored Sep 5, 2024
1 parent 8967a1e commit a6e6865
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ private static IEnumerable<FunctionCallContent> ParseFunctionStep(OpenAIAssistan

FunctionCallContent content = new(nameParts.Name, nameParts.PluginName, toolCall.ToolCallId, functionArguments);

//functionSteps.Add(toolCall.ToolCallId, content);

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, ubuntu-latest, Release, true)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, ubuntu-latest, Release, true)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, ubuntu-latest, Release, true)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, ubuntu-latest, Release, true)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Release)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Release)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Release)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Release)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Debug)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Debug)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Debug)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)

Check failure on line 602 in dotnet/src/Agents/OpenAI/Internal/AssistantThreadActions.cs

View workflow job for this annotation

GitHub Actions / dotnet-build-and-test (8.0, windows-latest, Debug)

Remove unnecessary blank line (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)
yield return content;
}
Expand Down

0 comments on commit a6e6865

Please sign in to comment.