Skip to content

Commit

Permalink
refactor: do not inject env var LLM_FUNCTIONS_ROOT (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Nov 16, 2024
1 parent 80684ec commit bb1c34d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,6 @@ impl ToolCall {
let temp_file = temp_file("-eval-", "");
envs.insert("LLM_OUTPUT".into(), temp_file.display().to_string());

envs.insert(
"LLM_FUNCTIONS_ROOT".into(),
Config::functions_dir().display().to_string(),
);

#[cfg(windows)]
let cmd_name = polyfill_cmd_name(&cmd_name, &bin_dirs);
if *IS_STDOUT_TERMINAL {
Expand Down

0 comments on commit bb1c34d

Please sign in to comment.