atype

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package atype provides types for Genkit actions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionType

type ActionType string

An ActionType is the kind of an action.

const (
	ChatLLM          ActionType = "chat-llm"
	TextLLM          ActionType = "text-llm"
	Retriever        ActionType = "retriever"
	Indexer          ActionType = "indexer"
	Embedder         ActionType = "embedder"
	Evaluator        ActionType = "evaluator"
	Flow             ActionType = "flow"
	Model            ActionType = "model"
	Prompt           ActionType = "prompt"
	ExecutablePrompt ActionType = "executable-prompt"
	Tool             ActionType = "tool"
	Util             ActionType = "util"
	Custom           ActionType = "custom"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳