+
+ Conversational history
+
+
({
+ value: value,
+ description: desc,
+ }))}
+ selectedValue={{
+ value: selectedTokenLimit,
+ description: token_limits.get(selectedTokenLimit) as string,
+ }}
+ onSelect={({
+ value,
+ description,
+ }: {
+ value: number;
+ description: string;
+ }) => dispatch(setTokenLimit(value))}
+ size="w-56"
+ rounded="3xl"
+ border="border"
+ />
+