automations

package
v0.0.0-...-3db1434 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: MIT Imports: 4 Imported by: 5

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 UpdateResponseDtoV1 struct {
	JobID    string
	Output   string
	NeedHelp bool
}

type UpdateResponseReplyV1

type UpdateResponseReplyV1 struct {
	Done bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL