Preparing search index...
The search index is not available
@waldiez/react - v0.1.21
@waldiez/react
types
IWaldiezSourceAssistantData
Interface IWaldiezSourceAssistantData
interface
IWaldiezSourceAssistantData
{
agentDefaultAutoReply
:
null
|
string
;
agentType
:
"user"
|
"assistant"
;
codeExecutionConfig
:
WaldiezAgentCodeExecutionConfig
;
createdAt
:
string
;
description
:
string
;
humanInputMode
:
WaldiezAgentHumanInputMode
;
maxConsecutiveAutoReply
:
null
|
number
;
modelIds
:
string
[]
;
name
:
string
;
nestedChats
:
WaldiezAgentNestedChat
[]
;
parentId
:
null
|
string
;
requirements
:
string
[]
;
skills
:
WaldiezAgentLinkedSkill
[]
;
systemMessage
:
null
|
string
;
tags
:
string
[]
;
teachability
:
WaldiezAgentTeachability
;
termination
:
WaldiezAgentTerminationMessageCheck
;
updatedAt
:
string
;
}
Hierarchy (
View Summary
)
IWaldiezSourceUserProxyOrAssistantData
IWaldiezSourceAssistantData
Index
Properties
agent
Default
Auto
Reply
agent
Type
code
Execution
Config
created
At
description
human
Input
Mode
max
Consecutive
Auto
Reply
model
Ids
name
nested
Chats
parent
Id
requirements
skills
system
Message
tags
teachability
termination
updated
At
Properties
agent
Default
Auto
Reply
agentDefaultAutoReply
:
null
|
string
agent
Type
agentType
:
"user"
|
"assistant"
code
Execution
Config
codeExecutionConfig
:
WaldiezAgentCodeExecutionConfig
created
At
createdAt
:
string
description
description
:
string
human
Input
Mode
humanInputMode
:
WaldiezAgentHumanInputMode
max
Consecutive
Auto
Reply
maxConsecutiveAutoReply
:
null
|
number
model
Ids
modelIds
:
string
[]
name
name
:
string
nested
Chats
nestedChats
:
WaldiezAgentNestedChat
[]
parent
Id
parentId
:
null
|
string
requirements
requirements
:
string
[]
skills
skills
:
WaldiezAgentLinkedSkill
[]
system
Message
systemMessage
:
null
|
string
tags
tags
:
string
[]
teachability
teachability
:
WaldiezAgentTeachability
termination
termination
:
WaldiezAgentTerminationMessageCheck
updated
At
updatedAt
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Default
Auto
Reply
agent
Type
code
Execution
Config
created
At
description
human
Input
Mode
max
Consecutive
Auto
Reply
model
Ids
name
nested
Chats
parent
Id
requirements
skills
system
Message
tags
teachability
termination
updated
At
@waldiez/react - v0.1.21
Loading...