We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d2a0b commit 7e7cb07Copy full SHA for 7e7cb07
application/pages/8_📚_Agent_Cot_Management.py
@@ -64,7 +64,7 @@ def main():
64
st.session_state["cot_sample_search"] = {}
65
66
if 'cot_refresh_view' not in st.session_state:
67
- st.session_state['sql_refresh_view'] = False
+ st.session_state['cot_refresh_view'] = False
68
69
if 'profiles' not in st.session_state:
70
all_profiles = ProfileManagement.get_all_profiles_with_info()
0 commit comments