Skip to content

Commit dcae1ad

Browse files
committed
add example with passing interview-id
1 parent 1d57e71 commit dcae1ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/v3/search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
print("Look for evidence containing the phrase headache:")
1212
print(api.search("headache", age=age), end="\n\n")
13+
print("Look for evidence containing the phrase headache, send Interview-Id:")
14+
print(api.search("headache", age=age, interview_id="aaaa-bbbb-cccc-dddd"), end="\n\n")
1315

1416
print("Look for evidence containing the phrase breast, female specific symptoms:")
1517
print(api.search("breast", age=age, sex="female"), end="\n\n")

0 commit comments

Comments
 (0)