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" )
Click to show internal directories.
Click to hide internal directories.