asthara commited on
Commit
aa5ff5b
·
1 Parent(s): f9129e6

add comment

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ def main(module_name):
16
  This is the list of tools:
17
  {"\n\t".join(f"{tool[0]}: {tool[1]}" for tool in module_tools)}
18
  """
19
- tool_name = "fastqc"
20
  meta_info = extract_information_from_meta_json(meta_file=meta_yml, tool_name=tool_name)
21
 
22
  def chat_with_agent(message, history):
 
16
  This is the list of tools:
17
  {"\n\t".join(f"{tool[0]}: {tool[1]}" for tool in module_tools)}
18
  """
19
+ tool_name = "fastqc" # this would be the answer of the first agent
20
  meta_info = extract_information_from_meta_json(meta_file=meta_yml, tool_name=tool_name)
21
 
22
  def chat_with_agent(message, history):