Fix stale docstring in PerplexityLLMAdapter

This commit is contained in:
Paul Kompfner
2026-03-20 14:00:56 -04:00
parent bb7199d143
commit 45178972d7

View File

@@ -45,8 +45,8 @@ class PerplexityLLMAdapter(OpenAILLMAdapter):
no non-initial system messages, last message must be user/tool).
The transformations are applied in ``get_llm_invocation_params`` after the
parent adapter extracts messages from the LLM context, and before
``build_chat_completion_params`` prepends ``system_instruction``.
parent adapter extracts messages from the LLM context (including any
``system_instruction`` prepend).
"""
def get_llm_invocation_params(