> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# getLlmContext

> getLlmContext

<ParamField path="model" type="unknown" required={true}>
  A LangChain chat model instance or invocation params
  object.
</ParamField>

<ResponseField name="return">
  The attached context string, or `undefined` if none is set.
</ResponseField>
