Skip to content

Commit

Permalink
added sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearquant committed Nov 20, 2024
1 parent 0945975 commit 2383d4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autogen/structure/utils/prepare_assistant_response.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# copied from https://github.com/lion-agi/lion-os/blob/main/lion/core/communication/assistant_response.py
# copyright by HaiyangLi, APACHE LICENSE 2.0


from pydantic import BaseModel


Expand Down
3 changes: 3 additions & 0 deletions autogen/structure/utils/prepare_instruction.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# copied from https://github.com/lion-agi/lion-os/blob/main/lion/core/communication/
# copyright by HaiyangLi, APACHE LICENSE 2.0

from typing import Any, Literal

from pydantic import BaseModel
Expand Down

0 comments on commit 2383d4b

Please sign in to comment.