Skip to content

Commit 24c666a

Browse files
authored
Merge pull request #175 from superfaceai/add-videos
Add videos
2 parents abf01bb + 6ec3aee commit 24c666a

File tree

4 files changed

+87
-4
lines changed

4 files changed

+87
-4
lines changed

docs/agent/custom-instructions.mdx

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
# Custom instructions
2+
23
It is possible to pass your own instructions that will be pre-loaded into the agent every time you use it.
34

45
This is useful for setting rules that are specific to you and how you want to use the agent on a day to day basis.
56

6-
You can set your custom instructions by clicking on **Settings > System** and adding to the *Custom instructions* section.
7+
You can set your custom instructions by clicking on **Settings > System** and adding to the _Custom instructions_ section.
78

89
![The Foundation model list is found on the System settings page](/img/agent/6-foundation-model.png)
910

11+
## Overview video
12+
13+
<div
14+
style={{
15+
position: 'relative',
16+
paddingBottom: '56.30689206762028%',
17+
height: 0,
18+
}}
19+
>
20+
<iframe
21+
src="https://www.loom.com/embed/901e13ab6b194116b2690a1fd4dac5af?sid=10e8509b-b804-496f-aa99-456a1d74ebf6"
22+
frameBorder={0}
23+
webkitallowfullscreen=""
24+
mozallowfullscreen=""
25+
allowFullScreen=""
26+
style={{
27+
position: 'absolute',
28+
top: 0,
29+
left: 0,
30+
width: '100%',
31+
height: '100%',
32+
}}
33+
/>
34+
</div>
35+
1036
## Custom instruction examples
37+
1138
How you set up your instructions is up to you, but we recommend using a list. For example:
1239

1340
```text
@@ -16,4 +43,4 @@ How you set up your instructions is up to you, but we recommend using a list. Fo
1643
- When sending an email always set the sender name to Operations Department
1744
1845
- When extracting sentiment from support tickets, only show me the email address of the user and if their sentiment was positive or negative, exclude other information.
19-
```
46+
```

docs/agent/example-videos.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Example videos
2+
3+
To demonstrate how to work with the AI Agent and selected tools you can take a look at the videos below for full walkthroughs.
4+
5+
## Google Sheets and Pipedrive
6+
7+
In this video we demonstrate how to use the AI Agent to import leads from a sheet in Google Sheets to the Pipedrive CRM. The video covers setup, authentication, prompt construction, running the prompt, scheduling and the use of custom instructions.
8+
9+
<div
10+
style={{
11+
position: 'relative',
12+
paddingBottom: '56.23376623376623%',
13+
height: 0,
14+
}}
15+
>
16+
<iframe
17+
src="https://www.loom.com/embed/13fa86469bb14d128bbb572c61c87c90?sid=b22bdde0-4f13-408e-8bec-69834151924a"
18+
frameBorder={0}
19+
webkitallowfullscreen=""
20+
mozallowfullscreen=""
21+
allowFullScreen=""
22+
style={{
23+
position: 'absolute',
24+
top: 0,
25+
left: 0,
26+
width: '100%',
27+
height: '100%',
28+
}}
29+
/>
30+
</div>

docs/agent/index.mdx

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ The Agent is based around the same concept of tools as Superface for GPTs, but p
1010
- Take advantage of a wide selection of pre-built tools for Google, Jira, Zendesk, and others.
1111
- Create new tools for any API using browser a based interface.
1212

13-
![An example prompt asking for Top Events from Mixpanel](/img/agent/index-agent-view.png)
13+
## Overview video
14+
15+
<div
16+
style={{
17+
position: 'relative',
18+
paddingBottom: '56.30689206762028%',
19+
height: 0,
20+
}}
21+
>
22+
<iframe
23+
src="https://www.loom.com/embed/755f2cec41bc4b4eafdb24134415bfaf?sid=e4068101-dacc-4f62-a516-7e97e081aef3"
24+
frameBorder={0}
25+
webkitallowfullscreen=""
26+
mozallowfullscreen=""
27+
allowFullScreen=""
28+
style={{
29+
position: 'absolute',
30+
top: 0,
31+
left: 0,
32+
width: '100%',
33+
height: '100%',
34+
}}
35+
/>
36+
</div>
37+
38+
##
1439

1540
<DocCardList />

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ module.exports = {
123123
// 'agent/updating-tools',
124124
'agent/changing-models',
125125
'agent/custom-instructions',
126-
'agent/scheduling-tasks'
126+
'agent/scheduling-tasks',
127+
'agent/example-videos'
127128
]
128129
},
129130
{

0 commit comments

Comments
 (0)