SlapDrone

Results 22 comments of SlapDrone

Hey folks, I've not had the time to implement and test this properly and open a PR, but i did make a slightly hacky attempt that uses the "like" protocol...

> Would also _love_ this :3 > We are working on a version that would allow using indentation to avoid repetition. > > ``` > Scope/module.MyClass: > batch_size = 100...

Hey @tbscode! Trying to solve this problem myself (hooking into intermediate agent steps). Would you possibly be able to elaborate a bit on how you did this? Here's what I'm...

For any questions/feedback myself and @Lacico wrote this.

Great, good idea. Will cook a notebook up when have time on Sunday evening.

Hey folks, anyone had the chance to review this? @dev2049 @vowelparrot @agola11

Hey @hwchase17, no worries and thanks for taking a look. We were also wary of touching agent so went heavy on the tests and made only an additive change. Had...

Hey folks. Let us know if there's anything we can do to help here. If it makes a difference, we're using this in a major project so would be happy...

I also have this issue. It seems like `FewShotPromptTemplate` strictly expects a `PromptTemplate` subclass that has a `template` attribute. Since the point of the `StringPromptTemplate` is to be more general...

@dosu-bot Hello robot. Here is the content of the gist. This has nothing to do with SQL queries, and happens for a very simple use case: ```python import asyncio import...