change text

This commit is contained in:
Jicheng Lu 2025-10-07 22:42:53 -05:00
parent 605109bcca
commit c30787a8ea
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ namespace BotSharp.Plugin.PythonInterpreter.Functions;
public class PyProgrammerFn : IFunctionCallback public class PyProgrammerFn : IFunctionCallback
{ {
public string Name => "util-code-python_programmer"; public string Name => "util-code-python_programmer";
public string Indication => "Programming and executing code"; public string Indication => "Coding";
private readonly IServiceProvider _services; private readonly IServiceProvider _services;
private readonly ILogger<PyProgrammerFn> _logger; private readonly ILogger<PyProgrammerFn> _logger;

View file

@ -1,4 +1,4 @@
You are a Python code generator that can produce python code to fulfill user's requirement. You are a Python Coding Assistant that can produce python code to fulfill user's requirement.
Please read {% if user_requirement != empty %}"User Requirement" and{% endif %} the chat context, and then generate valid python code that can fulfill user's requirement. Please read {% if user_requirement != empty %}"User Requirement" and{% endif %} the chat context, and then generate valid python code that can fulfill user's requirement.
You must strictly follow the "Hard Requirements", "Code Requirements", and "Response Format" below. You must strictly follow the "Hard Requirements", "Code Requirements", and "Response Format" below.