Skip to content

Commit 86638b8

Browse files
Merge pull request #555 from symblai/reformat-summary-example
Reformat summary example
2 parents bac6278 + f3dbe2d commit 86638b8

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

docs/conversation-api/concepts/summarization.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,82 @@ Real-time Summaries are not currently supported.
3232

3333
The following sample is a multi-line transcript and its corresponding Summary created by the Summary API:
3434

35-
![Recorded Transcript and Summary created by the API](/img/summary_labs_final.png)
35+
<table>
36+
<thead>
37+
<tr>
38+
<th>
39+
Recorded Transcript
40+
</th>
41+
<th>
42+
Summary Created by Summary API
43+
</th>
44+
</tr>
45+
</thead>
46+
<tbody>
47+
<tr>
48+
<td>
49+
<p>
50+
<em>Sunita:</em> You're breaking up a lot.
51+
</p>
52+
<p>
53+
<em>Liam:</em> Yeah, I know at least hopefully you guys can
54+
see the transcription that's going on with what I am saying.
55+
</p>
56+
<p>
57+
<em>Liam:</em> But yeah, we totally need to shift our focus
58+
more into our Dev, you know, in the field of Advocates who
59+
can really help us grow within their own circles.
60+
</p>
61+
<p>
62+
<em>Sunita:</em> Yeah.
63+
</p>
64+
<p>
65+
<em>Liam:</em> So I will go ahead and I will set up a
66+
discussion with the product.
67+
</p>
68+
<p>
69+
<em>Liam:</em> And the dev team.
70+
</p>
71+
<p>
72+
<em>Sunita:</em> Okay, that works.
73+
</p>
74+
<p>
75+
<em>Sunita:</em> Perfect.
76+
</p>
77+
<p>
78+
<em>Sunita:</em> What else Anh I know you had a couple of
79+
other things on the agenda, so we can totally talk about
80+
that right now.
81+
</p>
82+
<p>
83+
<em>Anh:</em> Okay.
84+
</p>
85+
<p>
86+
<em>Anh:</em> Yeah, so the only other thing was as we're
87+
talking about employee growth I wanted to basically touch
88+
base with you and understand how we can or in which
89+
geographies we need to focus on the sales hires first
90+
because what and what would be the most important would it
91+
be industry or would it be unreasonable understanding
92+
because for example in a region like Europe there is there
93+
are multiple languages and Regional influences.
94+
</p>
95+
<p>
96+
<em>Anh:</em> No influences, so should we focus on that or
97+
focus more on the industry and grow that way, so they're
98+
both strategies?
99+
</p>
100+
</td>
101+
<td>
102+
<p>
103+
Sunita, Liam, and Anh need to focus more on the Dev team and
104+
on the product. In order to focus on the sales hire, Anh
105+
needs to know which geographies they should focus on.
106+
</p>
107+
</td>
108+
</tr>
109+
</tbody>
110+
</table>
36111

37112
You can enable the Summary API for Async APIs by setting the parameter `enableSummary=true` when processing a conversation via Async API </docs/async-api/introduction/>.
38113

0 commit comments

Comments
 (0)