inputKey property
The input key to use for the chat history.
If null, the input key is inferred from the prompt (the input key hat was filled in by the user (i.e. not a memory key)).
Implementation
final String? inputKey;
The input key to use for the chat history.
If null, the input key is inferred from the prompt (the input key hat was filled in by the user (i.e. not a memory key)).
final String? inputKey;