# create_llm_result

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/anyscale/create_llm_result)

Create the LLMResult from the choices and prompts.

## Signature

```python
create_llm_result(
    choices: Any,
    prompts: List[str],
    token_usage: Dict[str, int],
    model_name: str,
) -> LLMResult
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/anyscale.py#L43)