Skip to content

Commit

Permalink
🗑️ rm wip feature
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 13, 2024
1 parent 0b6bdc0 commit 3eb061c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/funcchain/syntax/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def runnable(
*,
llm: UniversalChatModel = None,
settings: SettingsOverride = {},
auto_tune: bool = False,
) -> Callable[[Callable], Runnable]:
...

Expand All @@ -34,7 +33,6 @@ def runnable(
*,
llm: UniversalChatModel = None,
settings: SettingsOverride = {},
auto_tune: bool = False,
) -> Union[Callable, Runnable[dict[str, Any], OutputT]]:
"""Decorator for funcchain syntax.
Compiles the function into a runnable.
Expand Down

0 comments on commit 3eb061c

Please sign in to comment.