AshAi.Actions.Prompt.Adapter.Data (ash_ai v0.2.12)

View Source

Data structure containing all the information needed for a prompt request.

Summary

Types

t()

@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()
}