diff --git a/apps/web/src/app/docs/tutorials/agents/page.tsx b/apps/web/src/app/docs/tutorials/agents/page.tsx index a278bcd..7f07cd4 100644 --- a/apps/web/src/app/docs/tutorials/agents/page.tsx +++ b/apps/web/src/app/docs/tutorials/agents/page.tsx @@ -25,7 +25,7 @@ const slides: Slide[] = [
AI Agents are custom assistants that can use tools from TPMJS to accomplish tasks. In just - 5 steps, you'll have your own agent up and running. + 5 steps, you'll have your own agent up and running.
Click "Add Key" for your provider
++ Click "Add Key" for your provider +
- Each provider card has an "Add Key" button + Each provider card has an "Add Key" button
Name
- e.g., "Code Helper", "Data Analyst" + e.g., "Code Helper", "Data Analyst"
System Prompt
- Define your agent's personality & capabilities + Define your agent's personality & capabilities
- Click the "Chat" button on your agent to start a conversation. Your agent will use its - tools to help you. + Click the "Chat" button on your agent to start a conversation. Your agent will + use its tools to help you.
Use the API
diff --git a/apps/web/src/app/docs/tutorials/mcp/page.tsx b/apps/web/src/app/docs/tutorials/mcp/page.tsx index 4f8ac7f..06e26d8 100644 --- a/apps/web/src/app/docs/tutorials/mcp/page.tsx +++ b/apps/web/src/app/docs/tutorials/mcp/page.tsx @@ -74,7 +74,7 @@ const slides: Slide[] = [Create New Collection
- Give it a name like "My Development Tools" or "Research Assistant" + Give it a name like "My Development Tools" or "Research + Assistant"
tpmjs.com/mcp/c/{'{collection-uid}'}
- — you can also find it on your collection's detail page.
+ — you can also find it on your collection's detail page.
Any MCP client works! The URL format is the same regardless of which - client you're using. Check your client's documentation for config file location. + client you're using. Check your client's documentation for config file + location.
- Run this Python code and show me the output: print("Hello from TPMJS!") + Run this Python code and show me the output: print("Hello from + TPMJS!")
Using tool: unsandbox-executeCodeAsync
-Here's the result:
+Here's the result:
Hello from TPMJS!
@@ -382,7 +385,7 @@ const slides: Slide[] = [
content: (
- That's it! Your AI assistant can now use any tool in your TPMJS collection. + That's it! Your AI assistant can now use any tool in your TPMJS collection.