Skip to content

Commit c30787a

Browse files
committed
change text
1 parent 605109b commit c30787a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Plugins/BotSharp.Plugin.PythonInterpreter/Functions/PyProgrammerFn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace BotSharp.Plugin.PythonInterpreter.Functions;
88
public class PyProgrammerFn : IFunctionCallback
99
{
1010
public string Name => "util-code-python_programmer";
11-
public string Indication => "Programming and executing code";
11+
public string Indication => "Coding";
1212

1313
private readonly IServiceProvider _services;
1414
private readonly ILogger<PyProgrammerFn> _logger;

src/Plugins/BotSharp.Plugin.PythonInterpreter/data/agents/c2a2faf6-b8b5-47fe-807b-f4714cf25dd4/templates/py-code_generate_instruction.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You are a Python code generator that can produce python code to fulfill user's requirement.
1+
You are a Python Coding Assistant that can produce python code to fulfill user's requirement.
22
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.
33

44
You must strictly follow the "Hard Requirements", "Code Requirements", and "Response Format" below.

0 commit comments

Comments
 (0)