EngineVersion 1
gen
The Generative AI Matrix specifies abstract interfaces for generative AI capabilities, including text completion actions and concept structures.
URI: https://poliglot.io/kleo/spec/genai#
Classes
- genai:AgenticHandler: A handler that uses generative AI to execute actions through an iterative reasoning loop.
- genai:ChatCompletePayload: A payload for chat completion with explicit message list.
- genai:ChatMessage: A message in a chat conversation with role and content.
- genai:Completion: The completion output from a generative AI model.
- genai:Model: A specific model that generated a completion.
- genai:TextCompletePayload: A payload for requesting a text completion.
- genai:TextCompletion: A complete text response from a generative AI model.
Actions
- genai:ChatComplete: Multi-turn conversation completion with a generative AI model.
- genai:Complete: Interface for requesting a completion from a generative AI model.
- genai:TextComplete: Interface for requesting a text completion.
- genai:TextComplete: Interface for requesting a text completion.