examples/simple/main.go 🔗
@@ -1,6 +1,6 @@
package main
-// This is a basic example illustrting how to create an agent with a custom
+// This is a basic example illustrating how to create an agent with a custom
// tool call.
import (
Andrey Nering created
examples/simple/main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -1,6 +1,6 @@
package main
-// This is a basic example illustrting how to create an agent with a custom
+// This is a basic example illustrating how to create an agent with a custom
// tool call.
import (