Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Memory
Entity
Interface Entity
A named entity extracted from a conversation.
interface
Entity
{
name
:
string
;
type
:
|
"other"
|
"person"
|
"place"
|
"organization"
|
"thing"
;
relation
?:
string
;
}
Index
Properties
name
type
relation?
Properties
name
name
:
string
Entity name
type
type
:
|
"other"
|
"person"
|
"place"
|
"organization"
|
"thing"
Entity type
Optional
relation
relation
?:
string
Relationship to user
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
relation
@iqai/adk API Documentation
Loading...
A named entity extracted from a conversation.