Add step / task / workflow run / observer metrics as logs (#1698)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -79,6 +79,7 @@ class LLMAPIHandler(Protocol):
|
||||
def __call__(
|
||||
self,
|
||||
prompt: str,
|
||||
prompt_name: str,
|
||||
step: Step | None = None,
|
||||
observer_cruise: ObserverTask | None = None,
|
||||
observer_thought: ObserverThought | None = None,
|
||||
|
||||
Reference in New Issue
Block a user