Package-level declarations
Types
Link copied to clipboard
An example of creating an object of the given type. Used to provide strongly typed examples to the ObjectCreator.
Link copied to clipboard
Interface to create objects of the given type from a prompt or messages. Allows setting strongly typed examples.
Link copied to clipboard
class TemplateOperations(templateName: String, templateRenderer: <Error class: unknown class>, promptRunnerOperations: PromptRunnerOperations)
Llm operations based on a compiled template. Similar to com.embabel.agent.api.common.PromptRunnerOperations, but taking a model instead of a template string. Template names will be resolved by the com.embabel.common.textio.template.TemplateRenderer provided.