Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Croft authored and Joshua Croft committed Nov 22, 2024
1 parent 4679331 commit a907039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pages/examples/advanced/chat_api_example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Engine ↗️](/concepts/ai-engine/ai-engine-intro) and create [DeltaV ↗️](h

![](src/images/APIs/APIKey.png)

We use this value as `refreshed_token` below.

## Script Break down

- Importing Required libraries:
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/agents/intermediate/langchain-rag-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ The script for this Agent looks as follows:



T correctly run this code, you need to provide the `name`, `seed`, `mailbox`, `LANGCHAIN_RAG_SEED`, `PROMPT_TEMPLATE` and `AGENT_MAILBOX_KEY` parameters.
To correctly run this code, you need to provide the `name`, `seed`, `mailbox`, `LANGCHAIN_RAG_SEED`,`PROMPT_TEMPLATE` and `AGENT_MAILBOX_KEY` parameters.

The Agent fetches and processes information from specified URLs to answer users' questions.

Expand Down

0 comments on commit a907039

Please sign in to comment.