change text
This commit is contained in:
parent
605109bcca
commit
c30787a8ea
|
|
@ -8,7 +8,7 @@ namespace BotSharp.Plugin.PythonInterpreter.Functions;
|
|||
public class PyProgrammerFn : IFunctionCallback
|
||||
{
|
||||
public string Name => "util-code-python_programmer";
|
||||
public string Indication => "Programming and executing code";
|
||||
public string Indication => "Coding";
|
||||
|
||||
private readonly IServiceProvider _services;
|
||||
private readonly ILogger<PyProgrammerFn> _logger;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
You must strictly follow the "Hard Requirements", "Code Requirements", and "Response Format" below.
|
||||
|
|
|
|||
Loading…
Reference in a new issue