chore: run dotnet format
This commit is contained in:
@@ -44,7 +44,7 @@ public class ToolResultContent : Content
|
|||||||
Content = content;
|
Content = content;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ToolResultContent"/> class.
|
/// Initializes a new instance of the <see cref="ToolResultContent"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="toolUseId">The tool use ID of the content.</param>
|
/// <param name="toolUseId">The tool use ID of the content.</param>
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ public class MessageRequestTests : SerializationTest
|
|||||||
JsonAssert.Equal(expected, actual);
|
JsonAssert.Equal(expected, actual);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void JsonSerialization_WhenSerializedAndSystemMessageIsProvided_ItShouldUseSystemMessageForHaveSystemProperty()
|
public void JsonSerialization_WhenSerializedAndSystemMessageIsProvided_ItShouldUseSystemMessageForHaveSystemProperty()
|
||||||
{
|
{
|
||||||
var messageRequest = new MessageRequest(
|
var messageRequest = new MessageRequest(
|
||||||
|
|||||||
Reference in New Issue
Block a user