Skip to content

Commit

Permalink
auto command registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed May 6, 2024
1 parent 28a5f18 commit 12f641d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ufo/module/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


class UFOClient:
"""
A UFO client to run the UFO system for a single session.
"""

def __init__(self, session: BaseSession) -> None:
"""
Expand All @@ -35,6 +38,9 @@ def run(self) -> None:


class UFOClientManager:
"""
The manager for the UFO clients.
"""

def __init__(self, session_list: List[BaseSession]) -> None:
"""
Expand Down
1 change: 0 additions & 1 deletion ufo/prompter/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def __init__(self, is_visual: bool, prompt_template: str, example_prompt_templat
self.example_prompt_template = ""



@staticmethod
def load_prompt_template(template_path: str, is_visual=None) -> dict:
"""
Expand Down

0 comments on commit 12f641d

Please sign in to comment.