Skip to content
Prompty

DelegatedStateReference

A reference to model-visible state retained by a provider.

---
title: DelegatedStateReference
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class DelegatedStateReference {
        +string provider
        +string kind
        +string id
        +dictionary metadata
    }
provider: openai
kind: response
id: resp_abc123
Name Type Description
provider string Provider that owns the retained state
kind string Provider-defined kind of retained state
id string Provider-defined identifier for the retained state
metadata dictionary Opaque provider-specific state reference metadata