interface Mapper<Model extends ILlmSchema.Model> {
    describe: AgenticaDescribeHistory<Model>;
    execute: AgenticaExecuteHistory<Model>;
    text: AgenticaTextHistory;
}

Type Parameters

  • Model extends ILlmSchema.Model

Properties

Properties