Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def build_prompt(
The sections #2 and #3 may repeat if history is enabled (they are expected
to be already part of the history_settings). If for whatever reason the full
prompt exceeds the maximum context length of the generative model (set in
config.py), the new part #3 of the system prompt is truncated. The new user
config.py), the new part #3 of the full prompt is truncated. The new user
message is always appended to the full prompt in its full length.

Args:
Expand Down
Loading