Skip to content

Commit

Permalink
Merge branch 'develop' into feature/chain-of-thought
Browse files Browse the repository at this point in the history
  • Loading branch information
EneaGore authored Oct 30, 2024
2 parents 2483905 + 9c49cc8 commit 571a0e1
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 373 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async def find_module_by_name(module_name: str) -> Optional[Module]:
return None


# pylint: disable=too-many-positional-arguments
async def request_to_module(module: Module, headers: dict, path: str, lms_url: str, data: Optional[dict], method: str) -> ModuleResponse:
"""
Helper function to send a request to a module.
Expand Down
Loading

0 comments on commit 571a0e1

Please sign in to comment.