add schema_get_files_info and call_function

This commit is contained in:
2026-03-28 17:10:22 +01:00
parent 909f1567b9
commit 84196b582f
4 changed files with 42 additions and 5 deletions
+6
View File
@@ -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],
)