Collin Dutter

Results 87 comments of Collin Dutter

I'd like to hear more about what kind of pre/post processing you're envisioning. Is it mostly for data coercion of LLM output?

This should be implemented through the following: 1. Add `task: self` to `BaseTask.full_context`. 2. Add `context: self.full_context` as arguments to all Task uses of `J2.render`.

@vachillo I know this is quite old but can you expand on the ask here? Can you provide a code snippet that shows what you're trying to do?

This is potentially a problem for any co-dependent public fields. One option is to make all fields optional and then use validators to ensure a valid combination of fields. We...

@fgmacedo could somehow `source` be used here? Something like: ```python def on_ask_if_exit(self, source: State) -> None: user_input = input("Answer: ") if user_input == "exit": self.send("exit") else: # Return to the...

> as good as it can get given the state of the image gen API. approved after 3.9 issues are fixed I want to do another pass of manual testing...

Blocked on #1587. Need to move imports out of `TYPE_CHECKING` to accomplish this.