Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 434 Bytes

question-answering.md

File metadata and controls

11 lines (7 loc) · 434 Bytes
description
The first recipe that calls a language model

Question Answering

Now let’s write our first recipe that calls a (human or language model) agent: We’ll simply ask them to answer a question.

In step 1, we’ll answer a question without any context.

In step 2, we’ll provide a short passage as background.