Skip to content

Commit fa62848

Browse files
committed
Fresh diff
1 parent b692e79 commit fa62848

7 files changed

Lines changed: 359 additions & 357 deletions

File tree

docs/source/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from effectful.handlers.llm import Template
44
from effectful.handlers.llm.completions import (
55
LiteLLMProvider,
6+
call_user,
67
compute_response,
7-
format_model_input,
88
)
99
from effectful.ops.semantics import fwd, handler
1010
from effectful.ops.syntax import defop
@@ -31,7 +31,7 @@ def wrapper(self, *args, **kwargs):
3131
with handler(
3232
{
3333
Agent.current_agent: lambda: self,
34-
format_model_input: self._format_model_input,
34+
call_user: self._format_model_input,
3535
compute_response: self._compute_response,
3636
}
3737
):

0 commit comments

Comments
 (0)