docs: work on README

This commit is contained in:
Stevan Freeborn
2024-07-06 08:46:40 -05:00
parent dd380c9253
commit 5c0cad2545
5 changed files with 669 additions and 7 deletions
@@ -160,7 +160,7 @@ public class ToolTests : SerializationTest
public void CreateFromInstanceMethod_WhenCalled_ItShouldReturnTool()
{
var instance = new TestClass();
var tool = Tool.CreateFromInstanceMethod("test name", "description", instance, nameof(TestClass.TestInstanceMethod));
var tool = Tool.CreateFromInstanceMethod("test name", "description", instance, nameof(instance.TestInstanceMethod));
var expectedSchema = new JsonObject()
{