We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
content_for_llm
1 parent 3b93f62 commit 769c47dCopy full SHA for 769c47d
origami/models/api/outputs.py
@@ -18,6 +18,7 @@ class KernelOutput(ResourceBase):
18
available_mimetypes: List[str]
19
content_metadata: KernelOutputContent
20
content: Optional[KernelOutputContent]
21
+ content_for_llm: Optional[KernelOutputContent]
22
parent_collection_id: uuid.UUID
23
24
0 commit comments