-
Notifications
You must be signed in to change notification settings - Fork 38
/
_pkgdown.yml
45 lines (39 loc) · 985 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
url: https://ellmer.tidyverse.org
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="ellmer.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Chatbots
contents:
- starts_with("chat_")
- token_usage
- title: Chat helpers
contents:
- create_tool_def
- content_image_url
- starts_with("live_")
- interpolate
- title: Tools and structured data
contents:
- tool
- type_boolean
- title: Objects
desc: >
These classes abstact across behaviour differences in chat providers so
that for typical ellmer use you don't need to worry about them. You'll need
to learn more about the objects if you're doing something that's only
supported by one provider, or if you're implementing a new provider.
contents:
- Turn
- Provider
- Content
- Chat
- Type
- title: Utilities
contents:
- contents_text