What's Changed
Adds the
helper along with a
and makes preword
configurable. the
defaults to a question ("What is the ...") and a
defaults to generate ("Generate a ...") - the
is meant for information extraction like getting the name of a company from a listing, while a
is meant for generating something from scratch. You can change preword
at the context
level to overwrite 'Generate' and 'What is' for all helpers. prompt
ignores all of this and feeds in exactly what's provided.
This also exports a couple more types - types will probably be moved to a 'ad-llama/types' import path eventually.
Full Changelog: v0.2.0...v0.2.1