Skip to content

Commit

Permalink
fix(preview): fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jan 27, 2024
1 parent 751d0bb commit 5f3b54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/llm/composite_brain_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def make_recursive_tool_calls(
)

print("querying brain", function_name)
# TODO: extract chat_id from generate_answer function of XBrainQA
function_response = function_to_call(
chat_id=chat_id,
question=question,
Expand Down

0 comments on commit 5f3b54d

Please sign in to comment.