no need to add run func to definition

This commit is contained in:
Peter Clement 2024-12-03 10:11:57 +00:00
parent bb254292d9
commit 7d0ae9d567
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ if (env.SELF_HOSTED) {
BUILTIN_ACTION_DEFINITIONS["EXECUTE_BASH"] = bash.definition
if (env.isTest()) {
ACTION_IMPLS["OPENAI"] = openai.run
BUILTIN_ACTION_DEFINITIONS["OPENAI"] = openai.definition
}
}