Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentDataDtoV1 ¶
type MessageDataDtoV1 ¶
type MessageDataDtoV1 struct {
Content string
Type message_enums.Type
}
type NodeDtoV1 ¶
type NodeDtoV1 struct {
ID string
Name string
Children []string
IsStart bool
NodeType agent_enums.NodeType
Goal string
Backstory string
ToolType agent_enums.ToolType
TriggerType agent_enums.TriggerType
LlmModelType llm_enums.ModelType
LlmApiVersion llm_enums.ApiVersion
}
type UpdateResponseArgsV1 ¶
type UpdateResponseArgsV1 struct {
types.AuthArgsV1
Responses []UpdateResponseDtoV1
}
type UpdateResponseDtoV1 ¶
type UpdateResponseReplyV1 ¶
type UpdateResponseReplyV1 struct {
Done bool
}
Click to show internal directories.
Click to hide internal directories.