Skip to content

Commit

Permalink
Merge branch 'main' into 637-add-openai-assistant-blog-post
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb authored Nov 13, 2023
2 parents 9563fe0 + 4711260 commit afbdf82
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 16 deletions.
4 changes: 4 additions & 0 deletions autogen/agentchat/contrib/gpt_assistant_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ def assistant_id(self):
"""Return the assistant id"""
return self._openai_assistant.id

@property
def openai_client(self):
return self._openai_client

def get_assistant_instructions(self):
"""Return the assistant instructions from OAI assistant API"""
return self._openai_assistant.instructions
Expand Down
Loading

0 comments on commit afbdf82

Please sign in to comment.