# 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/7c10a5fa327f6aaaf7c932822a9e5d144891406e/libs/community/langchain_community/llms/anyscale.py#L43)