Skip to content

Commit

Permalink
add optional content_for_llm attribute for KernelOutput (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples authored Aug 16, 2023
1 parent 3b93f62 commit 769c47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions origami/models/api/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class KernelOutput(ResourceBase):
available_mimetypes: List[str]
content_metadata: KernelOutputContent
content: Optional[KernelOutputContent]
content_for_llm: Optional[KernelOutputContent]
parent_collection_id: uuid.UUID


Expand Down

0 comments on commit 769c47d

Please sign in to comment.