Comment on Building an email-to-calendar LLMparentComments−el_nahual2yAs long as you can sanitize the LLM output somehow. You should never `eval` LLM code straight from the tap!−dns_snek2yYou shouldn't sanitize, if you're taking the approach described above, you should run it inside a minimal interpreter that doesn't implement any potentially dangerous APIs.
Comments
As long as you can sanitize the LLM output somehow. You should never `eval` LLM code straight from the tap!
You shouldn't sanitize, if you're taking the approach described above, you should run it inside a minimal interpreter that doesn't implement any potentially dangerous APIs.