diff --git a/examples/moon/main.go b/examples/moon/main.go index 5092ffea6ef7c40dc91874440e1c9b0a45cb5b1b..750613bf7f01135505981bb6078dc7e25527b3e7 100644 --- a/examples/moon/main.go +++ b/examples/moon/main.go @@ -1,7 +1,8 @@ package main // This example demonstrates how to create an agent with a tool that can -// provide moon phase information for a given date, defaulting to today. +// provide moon phase information for a given date, defaulting to today using +// an HTTP tool call. import ( "context" diff --git a/examples/puppy/main.go b/examples/stream/main.go similarity index 100% rename from examples/puppy/main.go rename to examples/stream/main.go