Module Definitions

module Get_contents : Gpt_function.Def with type input = string
module Add_line_numbers : Gpt_function.Def with type input = string
module Get_url_content : Gpt_function.Def with type input = string
module Index_ocaml_code : Gpt_function.Def with type input = string * string
module Query_vector_db : Gpt_function.Def with type input = string * string * int * string option
module Apply_patch : Gpt_function.Def with type input = string
module Read_directory : Gpt_function.Def with type input = string
module Make_dir : Gpt_function.Def with type input = string