Fixing typo
This commit is contained in:
parent
b583b7546a
commit
066b7c33e4
@ -2,7 +2,7 @@ import os, sys, json
|
|||||||
import config
|
import config
|
||||||
from llm_client import LLMClient
|
from llm_client import LLMClient
|
||||||
from tools import coder
|
from tools import coder
|
||||||
from script import gadget
|
from scripts import gadget
|
||||||
|
|
||||||
tools_definition = [
|
tools_definition = [
|
||||||
gadget.tools_mapping( coder.schema_read_file, coder.read_file ),
|
gadget.tools_mapping( coder.schema_read_file, coder.read_file ),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user