A context variable is a variable that also contributes to the context of a chat request.
In contrast to a plain variable, it can also be attached to a request and is resolved into a context value.
The context value is put into the ChatRequestModel.context, available to the processing chat agent for further
processing by the chat agent, or invoked tool functions.
A context variable is a variable that also contributes to the context of a chat request.
In contrast to a plain variable, it can also be attached to a request and is resolved into a context value. The context value is put into the
ChatRequestModel.context
, available to the processing chat agent for further processing by the chat agent, or invoked tool functions.