You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system parameter we use in-place of system_prompt when making inference requests (see here) is ambiguous and could be confused with other system-related functionalities. To improve clarity and maintain consistency, we should rename it to system_prompt.
Tasks:
Identify all occurrences of system used as a parameter.
Refactor system to system_prompt across the codebase.
Consider providing a deprecation warning if this is a breaking change.
Update related documentation, comments, and examples.
Ensure all tests pass after the refactor.
The text was updated successfully, but these errors were encountered:
The
system
parameter we use in-place ofsystem_prompt
when making inference requests (see here) is ambiguous and could be confused with other system-related functionalities. To improve clarity and maintain consistency, we should rename it tosystem_prompt
.Tasks:
system
used as a parameter.system
tosystem_prompt
across the codebase.The text was updated successfully, but these errors were encountered: