KishoreK commited on
Commit
2e8a785
1 Parent(s): c9cae33
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ For more information on `huggingface_hub` Inference API support, please check th
10
 
11
  def respond(
12
  message,
 
 
13
  ):
14
  task_instruction = """
15
  You are an expert in composing functions. You are given a question and a set of possible functions.
 
10
 
11
  def respond(
12
  message,
13
+ history: list[tuple[str, str]],
14
+ system_message,
15
  ):
16
  task_instruction = """
17
  You are an expert in composing functions. You are given a question and a set of possible functions.