Find answers from the community

Home
Members
Kevin Muto
K
Kevin Muto
Offline, last seen 4 months ago
Joined September 25, 2024
Is there a way to return the prompt used by OpenAIPydanticProgram?
I.e. not the template but the actual prompt that is passed to openai at run time.
4 comments
K
L
Is there any way to use OpenAIPydanticProgram as part of a response synthesizer?
I want to be able to run a function call on a bunch of nodes with OpenAIPydanticProgram, and then aggregate them using the 'accumulate' strategy.
This is fairly trivial to implement myself since my output is structured, but I was wondering if there is a native way to do it
2 comments
K
L