thinkwell 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,8 +26,8 @@ try {
|
|
|
26
26
|
const greeting: Greeting = await agent
|
|
27
27
|
.think(GreetingSchema)
|
|
28
28
|
.text(`
|
|
29
|
-
Use the current_time tool to get the current time, and create a
|
|
30
|
-
greeting message appropriate for that time of day.
|
|
29
|
+
Use the current_time tool to get the current time, and create a
|
|
30
|
+
friendly greeting message appropriate for that time of day.
|
|
31
31
|
`)
|
|
32
32
|
|
|
33
33
|
.tool(
|