Skip to content

ModelResource

Represents a model resource required by the agent

---
title: ModelResource
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Resource {
        +string name
        +string kind
    }
    Resource <|-- ModelResource
    class ModelResource {
      
        +string kind
        +string id
    }
kind: model
id: gpt-4o
NameTypeDescription
kindstringThe kind identifier for model resources
idstringThe unique identifier of the model resource