Douglas Blank

Results 447 comments of Douglas Blank

This looks like a viable path forward to me. Thanks for this!

@ming-orby can you try updating your opik SDK and try again? The latest is 1.9.23. If it still fails, can you give use more details about how you are logging...

Ok, thanks for the details. We're looking into it.

@Nick-Hall, thanks for pointing that out; I didn't know about it. But it seems very specific to reports. I'm not sure I could reconcile those functions with these. My goals...

This makes sense. It would be good to make the cutoff (the 4) be configurable (or at least a variable). When it returns the tuple, does it make sense to...

> is it possible to tell Copilot (preferably by a config file so it is the default) that Gramps uses Sphinx style docstrings, so that Copilot suggests appropriate comments, in...

BTW, something seems to be off with Copilot: it identifies fixes (good) but the actual "suggestion" it provides is malformed and will delete code.

@ralsofias if you want to get a single prompt from a dspy program, perhaps this little function could help: ```python def get_prompt(program): """ Get the system prompt from the program...