add schema_get_files_info and call_function
This commit is contained in:
+7
-1
@@ -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.
|
||||
"""
|
||||
Reference in New Issue
Block a user