Skip to main content

AIEngine

Functions

FunctionDescription
createAIEngineCreates an AI Engine with the given configuration.

Interfaces

InterfaceDescription
AIEngineThe main interface for the AI Engine.
ConversationRepresents a conversation between a user and an AI agent. Provides methods to manage the conversation flow, format messages, and convert the conversation to a string representation.
EngineConfigConfiguration options for the Engine.
File-
LLMStep-
MessageRepresents a message in a conversation between a user and an agent, or a system message. Messages can contain text and optionally an image URL. To be used in the Conversation interface.
ProgrammaticStep-
WorkflowAn AI workflow composed of steps.

Type Aliases

Type AliasDescription
BasicModel-