Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key error in build_multiplan #1

Open
fredzannarbor opened this issue Aug 18, 2024 · 0 comments
Open

Key error in build_multiplan #1

fredzannarbor opened this issue Aug 18, 2024 · 0 comments

Comments

@fredzannarbor
Copy link
Owner

fredzannarbor commented Aug 18, 2024

eyError: 'context'
Traceback:
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 85, in exec_func_with_error_handling
    result = func()
             ^^^^^^
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 576, in code_to_exec
    exec(code, module.__dict__)
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/Codexes2Gemini/ui/streamlit_ui.py", line 835, in <module>
    run_streamlit_app()
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/Codexes2Gemini/ui/streamlit_ui.py", line 817, in run_streamlit_app
    multiplan_builder(user_space)
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/Codexes2Gemini/ui/streamlit_ui.py", line 430, in multiplan_builder
    truncate_plan_values_for_display(plan)
File "/Users/fred/.virtualenvs/stable_c2g/lib/python3.11/site-packages/Codexes2Gemini/ui/streamlit_ui.py", line 452, in truncate_plan_values_for_display
    truncated_plan['context']) > 1000 else truncated_plan['context']
    ~~~~~~~~~~~~~~^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant