Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutomationDataDtoV1 ¶
type AutomationDataDtoV1 struct {
ID string
Name string
Goal string
StartNodeID string
Entity agent_enums.Entity
NodesMap map[string]NodeDtoV1
ChatHistory []MessageDataDtoV1
LlmModelType llm_enums.ModelType
LlmApiVersion llm_enums.ApiVersion
LlmCodeQueryModelType llm_enums.ModelType
LlmCodeQueryApiVersion llm_enums.ApiVersion
OpenAIAPIKey string
OpenAIBaseUrl string
ExtraHelpAvailable bool
}
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.