File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rigging"
3- version = " 2.2.5 "
3+ version = " 2.2.6 "
44description = " LLM Interaction Framework"
55authors = [" Nick Landers <monoxgas@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1919from rigging .util import await_
2020
2121# TODO: Migrate to importlib for this
22- __version__ = "2.2.5 "
22+ __version__ = "2.2.6 "
2323
2424__all__ = [
2525 "get_generator" ,
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ def __post_init__(self) -> None:
453453 self .output = parse_output (signature .return_annotation , error_name )
454454
455455 self .__signature__ = signature
456+ self .__name__ = self .func .__name__
456457
457458 @property
458459 def docstring (self ) -> str :
You can’t perform that action at this time.
0 commit comments