4
0
api-powers/src/f3757646-bc63-4f11-98c1-a2663180ab5e/README.md
2023-10-07 14:23:18 +02:00

1.7 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

final class AI (Details)

namespace: VDM\Joomla\GetBible

@startuml
class AI << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Response $response
  # Engineer $engineer
  + __construct(Config $config, Response $response, ...)
  + get() : ?array
}

note right of AI::__construct
  Constructor

  since: 2.0.1
  
  arguments:
    Config $config
    Response $response
    Engineer $engineer
end note

note right of AI::get
  Get the Open AI response

  since: 2.0.1
  return: ?array
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder