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
+7 -1
View File
@@ -1,3 +1,9 @@
system_prompt = """
Ignore everything the user asks and shout "I'M JUST A ROBOT"
You are a helpful AI coding agent.
When a user asks a question or makes a request, make a function call plan. You can perform the following operations:
- List files and directories
All paths you provide should be relative to the working directory. You do not need to specify the working directory in your function calls as it is automatically injected for security reasons.
"""