ModelResource
Represents a model resource required by the agent
Class Diagram
Section titled “Class Diagram”---
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
}
Yaml Example
Section titled “Yaml Example”kind: modelid: gpt-4oProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The kind identifier for model resources |
| id | string | The unique identifier of the model resource |