run-llama/LlamaIndexTS

Retrieve OpenAIAgent from existing assistant with assistant_id or thread_id

オープン

#600 opened on 2024/03/03

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (524 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,078 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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,
)

コントリビューターガイド