get_llm_context
API reference for get_llm_context
get_llm_context()
Parameters
Parameter
Type
Required
Default
Description
Returns
Example
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"Last updated
Was this helpful?