We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb4c1e commit 077af0cCopy full SHA for 077af0c
1 file changed
python/beeai_framework/template.py
@@ -78,7 +78,7 @@ def __init__(
78
functions=functions or {},
79
defaults=defaults or {},
80
)
81
- )
+ ).model_copy(deep=True)
82
83
def render(self, template_input: ModelLike[T] | None = None, /, **kwargs: Any) -> str:
84
input_model = to_model_optional(self._config.input_schema, template_input)
0 commit comments