Package-level declarations

Types

Link copied to clipboard
class ObjectCreationExample<T>(description: String, value: T) : CreationExample<T>

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

Llm operations based on a compiled template. Similar to com.embabel.agent.api.common.PromptRunnerOperations, but taking a model instead of a template string.