Paul Prescod
Paul Prescod
https://github.com/microsoft/guidance/blob/aefb45f29090997258bb9760721109931408c926/guidance/llms/_openai.py#L64
Cleanup a few warnings. I'll use comments to explain.
A custom task can now be defined like this: ```yaml deploy_reports: description: Deploy Reports extends: deploy group: My Project options: path: unpackaged/config/reports ``` Instead of like this: ```yaml deploy_reports: description:...
Similar to other bulk data tasks, this one can now deal with fields or objects specified in an extract definition which are not in the org. Unknown sobjects warn rather...
1. Change names to be more grepable. 2. Keep environment out. 3. Quiet some logs.
1. Make type checker happy. 2. Retry "populate the database" in case of corruption 3. Break up some long functions into bits.