Skip to content

Commit 769c47d

Browse files
authored
add optional content_for_llm attribute for KernelOutput (#157)
1 parent 3b93f62 commit 769c47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

origami/models/api/outputs.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class KernelOutput(ResourceBase):
1818
available_mimetypes: List[str]
1919
content_metadata: KernelOutputContent
2020
content: Optional[KernelOutputContent]
21+
content_for_llm: Optional[KernelOutputContent]
2122
parent_collection_id: uuid.UUID
2223

2324

0 commit comments

Comments
 (0)