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

Enable Passing External Documents for Analysis in Code Sandbox #960

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

debanjum
Copy link
Member

@debanjum debanjum commented Nov 6, 2024

  • Allow passing user files as input into code sandbox for analysis
  • Update prompt to give more example of complex, multi-line code
  • Simplify logic for model. Run one program at a time,
    instead of allowing model to run multiple programs in parallel

The research mode steps should be debug logged to reduce noise in prod
logs.

Log code execution timer at info level to evaluate execution latencies
in production
- Run one program at a time, instead of allowing model to pass
  multiple programs to run in parallel to simplify logic for model
- Update prompt to give more example of complex, multi-line code
- Allow passing user files as input into code sandbox for analysis
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

Successfully merging this pull request may close these issues.

1 participant