Closed zhudotexe closed 6 months ago
PromptPipeline.apply
func
(msg, ctx)
PromptPipeline
PromptPipeline.macro_apply
HuggingEngine
function_token_reserve
Improvements
PromptPipeline.apply
func
arg now has 1-2 params(msg, ctx)
instead of 1-3PromptPipeline
has functions visiblePromptPipeline.macro_apply
for ad-hoc step creation that operates on all messages as a unit rather than one message at a timeHuggingEngine
now infers thefunction_token_reserve
based on the provided prompt pipeline