> ## Documentation Index
> Fetch the complete documentation index at: https://medlogprotocol.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Internal artifacts

> Artifacts generated during inference for technical researchers and MLOps engineers.

Artifacts generated during inference for technical researchers and MLOps engineers. This field may
include:

* **reasoning traces**, such as chain-of-thought, tree-of-thought, or graph-of-thought prompting paths;
* **context retrieved** during retrieval-augmented generation;
* **agent interaction traces**, such as iterative hypothesis testing or round-table discussions among AI
  agents;
* **uncertainty estimates**, such as confidence scores, prediction intervals, generation quality metrics,
  or entropy-based measures; and
* **interpretability artifacts**, including attribution maps, feature-importance scores, or saliency maps.

For models that update continuously or episodically, including self-evolving models or agents with
Bayesian updating, persistent memory, lifelong learning, or dynamic routing or reconfiguration, this
field may also record relevant model states or memory snapshots. These records allow retrospective
reconstruction of the model configuration at the time of use with greater detail than using only the
version identifier from the [Model instance](/specification/model-instance) field.

| Field           | Type   | Notes                                                                    |
| --------------- | ------ | ------------------------------------------------------------------------ |
| `artifact_type` | enum   | `text_chunk`, `reasoning_trace`, `tool_call`, `explanation`, or `other`. |
| `artifact_uri`  | uri    | Pointer to the stored artifact.                                          |
| `mime_type`     | string | Media type of the artifact.                                              |
| `description`   | string | Human-readable description.                                              |
