atype

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 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"
	Tool      ActionType = "tool"
	Custom    ActionType = "custom"
)

Jump to

Keyboard shortcuts

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