AshAi.Actions.Prompt.Adapter.Data (ash_ai v0.2.12)
View SourceData structure containing all the information needed for a prompt request.
Summary
Types
@type t() :: %AshAi.Actions.Prompt.Adapter.Data{ context: Ash.Resource.Actions.Implementation.Context.t(), input: Ash.ActionInput.t(), json_schema: map(), llm: term(), messages: list(), tools: list(), verbose?: boolean() }