Skip to content

Instantly share code, notes, and snippets.

@jvrdnd

jvrdnd/agent.py Secret

Created May 30, 2023 01:13
Show Gist options
  • Select an option

  • Save jvrdnd/0b56651c2db32b2e5ebfa6fb7b12a875 to your computer and use it in GitHub Desktop.

Select an option

Save jvrdnd/0b56651c2db32b2e5ebfa6fb7b12a875 to your computer and use it in GitHub Desktop.
question = tools.contextualize(prompts["context"], chat)
top_documents = tools.get_documents(question)
answer = tools.answer(prompts["answer"], question, top_documents)
for chunk in answer:
yield chunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment