resources
Class info¶
Classes¶
Name | Children | Inherits |
---|---|---|
ResourceInfo llmling_agent.models.resources Information about an available resource. |
🛈 DocStrings¶
Models for resource information.
ResourceInfo
dataclass
¶
Information about an available resource.
This class provides essential information about a resource that can be loaded. Use the resource name with load_resource() to access the actual content.
Source code in src/llmling_agent/models/resources.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|