few_shot
decorator that allows you to define examples which get injected into your function's docstring: https://github.com/SlapDrone/few-shotpip install few-shot
marvin
. next: adapt to work with the likes of OpenAIPydanticProgram
.OpenAIPydanticProgram
object, the __call__
implementation routes to a new piece of logic, that instead of modifying a function docstring, modifies the initial chat history that goes in to the openAI call