-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.12 KB
/
NAMESPACE
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
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method(print,Chat)
export(Content)
export(ContentImage)
export(ContentImageInline)
export(ContentImageRemote)
export(ContentText)
export(ContentToolRequest)
export(ContentToolResult)
export(Provider)
export(Turn)
export(TypeArray)
export(TypeBasic)
export(TypeEnum)
export(TypeObject)
export(chat_azure)
export(chat_bedrock)
export(chat_claude)
export(chat_cortex)
export(chat_databricks)
export(chat_gemini)
export(chat_github)
export(chat_groq)
export(chat_ollama)
export(chat_openai)
export(chat_perplexity)
export(chat_vllm)
export(content_image_file)
export(content_image_plot)
export(content_image_url)
export(contents_html)
export(contents_markdown)
export(contents_text)
export(create_tool_def)
export(has_credentials)
export(interpolate)
export(interpolate_file)
export(live_browser)
export(live_console)
export(token_usage)
export(tool)
export(type_array)
export(type_boolean)
export(type_enum)
export(type_integer)
export(type_number)
export(type_object)
export(type_string)
if (getRversion() < "4.3.0") importFrom("S7", "@")
import(S7)
import(httr2)
import(rlang)
importFrom(R6,R6Class)