chore: add comment about backup to docstring

This commit is contained in:
Benjamin McCormick 2025-11-13 12:21:45 -05:00
parent d58c36d100
commit 090d871c42
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ async def honcho_llm_call(
stream: bool = False,
) -> HonchoLLMCallResponse[Any] | AsyncIterator[HonchoLLMCallStreamChunk]:
"""
Make an LLM call with automatic backup provider failover.
Make an LLM call with automatic backup provider failover. Backup provider/model
is used on the final retry attempt, which is 3 by default.
Args:
llm_settings: Settings object containing PROVIDER, MODEL,