ex9
ex9
Greetings! @evan-forbes @rootulp Looks like this is still open. Can I work on it?
What should be the setting for `llm_config` to trigger tool use? ``` def list_files(path: str) -> List[str]: return [f for f in os.listdir(path)] spec_writer.register_for_llm(name="list_files", description="Lists files and folders")(fs.list_files) > list...
is this available to be worked on?
is this available to be worked on?