read_resource to also read capability sources

This commit is contained in:
lda
2026-05-19 17:41:59 +07:00 Verified
parent d22f3e64c8
commit 8a345883d1
5 changed files with 115 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from dataclasses import dataclass, field
from typing import Any, Literal
from typing import Any, Literal, dataclass_transform
from pydantic import BaseModel