View source: R/r_introspect_tools.R
| create_r_introspect_tools | R Documentation |
Build Tool objects that let an Agent enrich diagnostic context on its own.
create_r_introspect_tools()
A list of two Tool objects: r_eval and r_session_state.
## Not run:
tools <- create_r_introspect_tools()
agent <- create_agent(
name = "Diagnostician",
tools = tools,
model = "openai:gpt-4o"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.