DelegatedStateReference
A reference to model-visible state retained by a provider.
Class Diagram
Section titled “Class Diagram”---
title: DelegatedStateReference
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class DelegatedStateReference {
+string provider
+string kind
+string id
+dictionary metadata
}
Yaml Example
Section titled “Yaml Example”provider: openaikind: responseid: resp_abc123Properties
Section titled “Properties”| 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 |