Skip to content

Commit

Permalink
Merge pull request #248 from leeeizhang/lei/quickfix-kaggle
Browse files Browse the repository at this point in the history
[MRG] quickfix: miss list_files function
  • Loading branch information
huangyz0918 authored Oct 16, 2024
2 parents 699f858 + e8d1130 commit 4018824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mle/agents/advisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def __init__(self, model, console=None, mode='normal'):
schema_web_search,
schema_search_arxiv,
schema_search_papers_with_code,
schema_preview_csv_data
schema_preview_csv_data,
schema_list_files
]
if config_data.get('search_key'):
self.functions.append(schema_web_search)
Expand Down

0 comments on commit 4018824

Please sign in to comment.