SkillKit.Types.SystemMessage (SkillKit v0.1.0)

Copy Markdown View Source

A system message in a conversation.

Summary

Types

t()

@type t() :: %SkillKit.Types.SystemMessage{
  agent: String.t() | nil,
  content: String.t()
}