From 7081387349d61629fce3206fa6536ea929cbc793 Mon Sep 17 00:00:00 2001 From: windweller Date: Mon, 24 Jun 2024 16:21:17 -0700 Subject: [PATCH] change to trace.model --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index b4bc1bd0..d232d5f1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -249,7 +249,7 @@

Trace Graph


     import trace
 
-    @trace.trace_class
+    @trace.model
     class Agent:
 
         def __call__(self, map):
@@ -602,7 +602,7 @@ 

Showcases

import trace - @trace.trace_class + @trace.model class Predict(LLMCallable): def __init__(self): super().__init__()