Skip to content

Commit

Permalink
remove unwanted method
Browse files Browse the repository at this point in the history
  • Loading branch information
minump committed Nov 28, 2023
1 parent 5211281 commit 4dc2c5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ai_ta_backend/agents/customcallbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ def on_chain_start(self, serialized: Dict[str, Any], inputs: Dict[str, Any], **k
pass


def get_custom_callback_handler():
handler = CustomCallbackHandler()
return handler


if __name__ == "__main__":
# for testing
Expand Down

0 comments on commit 4dc2c5c

Please sign in to comment.