Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the LLM context for the current model.
from fiddler_strandsagents import set_llm_context, get_llm_context set_llm_context(model, "Important background information") context = get_llm_context(model) print(context) # "Important background information"
Was this page helpful?