Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve OpenAIAgent from existing assistant with assistant_id or thread_id #600

Open
illusion77 opened this issue Mar 3, 2024 · 0 comments · May be fixed by #741
Open

Retrieve OpenAIAgent from existing assistant with assistant_id or thread_id #600

illusion77 opened this issue Mar 3, 2024 · 0 comments · May be fixed by #741
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@illusion77
Copy link

Like the implemented feature in llama-index python version

agent = OpenAIAssistantAgent.from_existing(
    assistant_id="asst_xxx",
    thread_id="thread_xxx", # thread_id: Optional[str] = None,
    tools=[query_engine_tool],
    verbose=True,
    run_retrieve_sleep_time=1.0,
)
@himself65 himself65 added enhancement New feature or request good first issue Good for newcomers labels Apr 19, 2024
@himself65 himself65 linked a pull request Apr 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants