@cloudbase/aiagent-framework
Preparing search index...
aitools
ChatKnowledgeDataEvent
Interface ChatKnowledgeDataEvent
interface
ChatKnowledgeDataEvent
{
code
?:
string
;
content
:
string
;
created
:
number
;
documents
:
KnowledgeBaseDocument
[]
;
finishReason
:
string
;
knowledgeBase
:
string
[]
;
knowledgeMeta
:
string
[]
;
message
?:
string
;
role
:
"assistant"
;
type
:
"knowledge"
;
}
Hierarchy (
View Summary
)
toolsCommonResp
ChatKnowledgeDataEvent
Index
Properties
code?
content
created
documents
finish
Reason
knowledge
Base
knowledge
Meta
message?
role
type
Properties
Optional
code
code
?:
string
content
content
:
string
created
created
:
number
documents
documents
:
KnowledgeBaseDocument
[]
finish
Reason
finishReason
:
string
knowledge
Base
knowledgeBase
:
string
[]
knowledge
Meta
knowledgeMeta
:
string
[]
Optional
message
message
?:
string
role
role
:
"assistant"
type
type
:
"knowledge"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
content
created
documents
finish
Reason
knowledge
Base
knowledge
Meta
message
role
type
@cloudbase/aiagent-framework
Loading...