Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create the LLMResult from the choices and prompts.
create_llm_result( self, choices: Any, prompts: list[str], params: dict[str, Any], token_usage: dict[str, int], *, system_fingerprint: str | None = None ) -> LLMResult