View Source Shifts.Chore (Shifts v0.0.2)

TODO

Summary

Types

t()

TODO

Types

@type t() :: %Shifts.Chore{
  context: String.t() | nil,
  llm: Shifts.LLM.adapter(),
  output: String.t(),
  task: String.t(),
  tools: [Shifts.Tool.t()],
  worker: Shifts.Worker.t() | nil
}

TODO

Functions

@spec execute(t()) :: Shifts.ChatResult.t()

TODO

@spec new(keyword()) :: t()

TODO

@spec to_prompt(t()) :: String.t() | nil

TODO