PtcRunner.LLM.ReqLLMPreparedModel (PtcRunner v0.14.0)

Copy Markdown View Source

Prepared request target owned by PtcRunner.LLM.ReqLLMAdapter.

Callers normally use configured selector strings. This value is exposed so the adapter's public types remain complete; its fields are an implementation detail and should be treated as opaque.

Summary

Types

t()

@type t() :: %PtcRunner.LLM.ReqLLMPreparedModel{
  model: LLMDB.Model.t(),
  selector: String.t()
}