add schema_get_files_info and call_function
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from google.genai import types
|
||||
from functions.get_files_info import schema_get_files_info
|
||||
|
||||
available_functions = types.Tool(
|
||||
function_declarations=[schema_get_files_info],
|
||||
)
|
||||
Reference in New Issue
Block a user