ck
120de528bb
feat: add dynamic datetime variables to agent prompts
...
- Add custom_prompt.py module for template variable processing
- Replace hardcoded year with {{current_year}} template variable
- Support {{current_date}}, {{current_time}}, {{current_year}} variables
- Ensure consistent datetime handling across all prompt files
- Fix prompt template inconsistencies
2025-08-01 16:11:35 +08:00
LE Quoc Dat
1d9bcbd202
AI: we need instruct the agent to Always use edit_tool. it doesn't do this for now. Like it prefer str_replace
2025-07-28 18:46:41 +02:00
LE Quoc Dat
1eff96929a
AI: the edit tool is very good now, we need to make the model uses more this tool.
...
We still keep the tool itself, but in the prompt, we remove the need of writing str_replace and full rewrite, in the example, or prompt. because they will have the tools context as well. you understand ?
2025-07-28 18:24:29 +02:00
LE Quoc Dat
fadbf63a2f
AI: in the prompt , can you fix the example of making changes to a file? We should make in value the edit_file, not replace string or full rewrite.
...
so like we should show the full_write when start, then edit for normal cases, then S/R for single block, or easy stuff
2025-07-24 12:52:57 +02:00
LE Quoc Dat
b1ac5793ba
edit_file
2025-07-24 12:46:57 +02:00
Marko Kraemer
e79db18d13
Merge pull request #611 from pepelu0/pepelu/dynamic_time
...
Dynamic time in system prompt
2025-07-08 20:42:16 +02:00
sharath
5db0b11abc
fix(prompt): rename 'message' parameter to 'text' and 'content' to 'file_contents' for consistency in function calls
2025-06-19 17:11:53 +00:00
Soumyadas15
77694c520b
fix: gemini prompt fix
2025-06-06 18:02:29 +05:30
Vukasin
b82a0459f8
fix: tool view fixes
2025-06-04 16:23:22 +02:00
Pepe Lu
cf6b8f19a8
Dynamic time in system prompt
2025-06-03 15:40:05 +08:00
LE Quoc Dat
d32b02cb61
fix prompt
2025-05-22 13:55:41 +02:00
LE Quoc Dat
65e6ee0ef8
gemini + fix syntax bug in prompts
2025-05-21 18:19:46 +02:00