interface IProps<Model extends ILlmSchema.Model> {
    operation: AgenticaOperation<Model>;
    reason: string;
}

Type Parameters

  • Model extends ILlmSchema.Model

Properties

Properties

reason: string