Skip to content

Commit 3a4d22f

Browse files
committed
Fix overzealous replace
1 parent 8b21a46 commit 3a4d22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typeagent import create_conversation
2-
from typeagent.testdatas.testdata import (
2+
from typeagent.transcripts.transcript import (
33
TranscriptMessage,
44
TranscriptMessageMeta,
55
)

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Expected output looks like:
8686
0.027s -- Using OpenAI
8787
Indexing 3 messages...
8888
Indexed 3 messages.
89-
Got 26 semantic refs.
89+
Got 24 semantic refs.
9090
```
9191

9292
## "Hello world" query program

0 commit comments

Comments
 (0)