Versions in this module Expand all Collapse all v0 v0.4.3 Mar 14, 2026 Changes in this version + func Data(name string, data []byte) (llm.Resource, error) + func JSON(name string, v any) (llm.Resource, error) + func Must[V string | json.RawMessage | []byte](name string, value V) llm.Resource + func Read(r io.Reader) (llm.Resource, error) + func Text(name, content string) (llm.Resource, error) + func Unmarshal(data []byte) (llm.Resource, error) + func WithDescription(description string, r llm.Resource) llm.Resource + func WithNamespace(namespace string, r llm.Resource) llm.Resource + func WithURI(uri string, r llm.Resource) llm.Resource