GenerateLandingPageCopy
extends Tool
Table of Contents
Properties
-
$landingPageCopyPrompt
: LandingPageCopyPrompt|null
-
$onMilestoneHit
: Closure|array<string|int, mixed>|null
Methods
-
__construct()
: mixed
-
__invoke()
: string
$landingPageCopyPrompt
private
LandingPageCopyPrompt|null
$landingPageCopyPrompt
= null
$onMilestoneHit
private
Closure|array<string|int, mixed>|null
$onMilestoneHit
= null
__construct()
public
__construct([Closure|array<string|int, mixed>|null $onMilestoneHit = null ][, LandingPageCopyPrompt|null $landingPageCopyPrompt = null ]) : mixed
Parameters
-
$onMilestoneHit
: Closure|array<string|int, mixed>|null
= null
-
-
$landingPageCopyPrompt
: LandingPageCopyPrompt|null
= null
-
__invoke()
public
__invoke(string $userPrompt) : string
Parameters
-
$userPrompt
: string
-