DocumentationAgent
extends Page
Table of Contents
Properties
-
$conversationHistory
: array<string|int, mixed>
-
$expandedItems
: array<string|int, mixed>
-
$isLoading
: bool
-
$query
: string
-
$response
: string|null
-
$navigationIcon
: string|null
-
$navigationLabel
: string|null
-
$slug
: string|null
-
$title
: string|null
-
$view
: string
Methods
-
askQuestion()
: mixed
-
clearHistory()
: mixed
-
isExpanded()
: bool
-
mount()
: mixed
-
toggleExpanded()
: mixed
$conversationHistory
public
array<string|int, mixed>
$conversationHistory
= []
$expandedItems
public
array<string|int, mixed>
$expandedItems
= []
$isLoading
public
bool
$isLoading
= false
$query
public
string
$query
= ''
$response
public
string|null
$response
= null
$navigationIcon
protected
static string|null
$navigationIcon
= 'heroicon-o-book-open'
$navigationLabel
protected
static string|null
$navigationLabel
= 'Documentation Assistant'
$slug
protected
static string|null
$slug
= 'documentation-agent'
$title
protected
static string|null
$title
= 'Documentation Assistant'
$view
protected
static string
$view
= 'infactloom::filament.pages.documentation-agent'
askQuestion()
public
askQuestion() : mixed
clearHistory()
public
clearHistory() : mixed
isExpanded()
public
isExpanded(mixed $index) : bool
Parameters
-
$index
: mixed
-
mount()
public
mount() : mixed
toggleExpanded()
public
toggleExpanded(mixed $index) : mixed
Parameters
-
$index
: mixed
-