Skip to content

Commit e83a107

Browse files
committed
deploy: 4572609
1 parent 77cb30c commit e83a107

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

meta-tools-example/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h1 id="meta-tools-example">Meta Tools Example<a class="headerlink" href="#meta-
399399
meta_tools <span style="color: #666">=</span> all_tools<span style="color: #666">.</span>meta_tools<span style="color: #888">()</span>
400400

401401
<span style="color: #888; font-style: italic"># Get the filter tool to search for relevant tools</span>
402-
filter_tool <span style="color: #666">=</span> meta_tools<span style="color: #666">.</span>get_tool<span style="color: #888">(</span><span style="color: #B83838">&quot;meta_filter_relevant_tools&quot;</span><span style="color: #888">)</span>
402+
filter_tool <span style="color: #666">=</span> meta_tools<span style="color: #666">.</span>get_tool<span style="color: #888">(</span><span style="color: #B83838">&quot;meta_search_tools&quot;</span><span style="color: #888">)</span>
403403
<span style="color: #2838B0">if</span> filter_tool<span style="color: #888">:</span>
404404
<span style="color: #888; font-style: italic"># Search for employee management tools</span>
405405
result <span style="color: #666">=</span> filter_tool<span style="color: #666">.</span>call<span style="color: #888">(</span>query<span style="color: #666">=</span><span style="color: #B83838">&quot;manage employees create update list&quot;</span><span style="color: #888">,</span> limit<span style="color: #666">=</span><span style="color: #444">5</span><span style="color: #888">,</span> minScore<span style="color: #666">=</span><span style="color: #444">0.0</span><span style="color: #888">)</span>
@@ -424,7 +424,7 @@ <h1 id="meta-tools-example">Meta Tools Example<a class="headerlink" href="#meta-
424424
meta_tools <span style="color: #666">=</span> all_tools<span style="color: #666">.</span>meta_tools<span style="color: #888">()</span>
425425

426426
<span style="color: #888; font-style: italic"># Step 1: Search for relevant tools</span>
427-
filter_tool <span style="color: #666">=</span> meta_tools<span style="color: #666">.</span>get_tool<span style="color: #888">(</span><span style="color: #B83838">&quot;meta_filter_relevant_tools&quot;</span><span style="color: #888">)</span>
427+
filter_tool <span style="color: #666">=</span> meta_tools<span style="color: #666">.</span>get_tool<span style="color: #888">(</span><span style="color: #B83838">&quot;meta_search_tools&quot;</span><span style="color: #888">)</span>
428428
execute_tool <span style="color: #666">=</span> meta_tools<span style="color: #666">.</span>get_tool<span style="color: #888">(</span><span style="color: #B83838">&quot;meta_execute_tool&quot;</span><span style="color: #888">)</span>
429429

430430
<span style="color: #2838B0">if</span> filter_tool <span style="color: #A848A8">and</span> execute_tool<span style="color: #888">:</span>
@@ -509,7 +509,7 @@ <h1 id="meta-tools-example">Meta Tools Example<a class="headerlink" href="#meta-
509509
messages<span style="color: #666">=</span><span style="color: #888">[</span>
510510
<span style="color: #888">{</span>
511511
<span style="color: #B83838">&quot;role&quot;</span><span style="color: #888">:</span> <span style="color: #B83838">&quot;system&quot;</span><span style="color: #888">,</span>
512-
<span style="color: #B83838">&quot;content&quot;</span><span style="color: #888">:</span> <span style="color: #B83838">&quot;You are an HR assistant. Use meta_filter_relevant_tools to find appropriate tools, then meta_execute_tool to execute them.&quot;</span><span style="color: #888">,</span>
512+
<span style="color: #B83838">&quot;content&quot;</span><span style="color: #888">:</span> <span style="color: #B83838">&quot;You are an HR assistant. Use meta_search_tools to find appropriate tools, then meta_execute_tool to execute them.&quot;</span><span style="color: #888">,</span>
513513
<span style="color: #888">},</span>
514514
<span style="color: #888">{</span><span style="color: #B83838">&quot;role&quot;</span><span style="color: #888">:</span> <span style="color: #B83838">&quot;user&quot;</span><span style="color: #888">,</span> <span style="color: #B83838">&quot;content&quot;</span><span style="color: #888">:</span> <span style="color: #B83838">&quot;Can you help me find tools for managing employee records?&quot;</span><span style="color: #888">},</span>
515515
<span style="color: #888">],</span>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://stackonehq.github.io/stackone-ai-python/</loc>
5-
<lastmod>2025-08-13</lastmod>
5+
<lastmod>2025-08-18</lastmod>
66
</url>
77
<url>
88
<loc>https://stackonehq.github.io/stackone-ai-python/available-tools/</loc>
9-
<lastmod>2025-08-13</lastmod>
9+
<lastmod>2025-08-18</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://stackonehq.github.io/stackone-ai-python/crewai-integration/</loc>
13-
<lastmod>2025-08-13</lastmod>
13+
<lastmod>2025-08-18</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://stackonehq.github.io/stackone-ai-python/custom-base-url/</loc>
17-
<lastmod>2025-08-13</lastmod>
17+
<lastmod>2025-08-18</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://stackonehq.github.io/stackone-ai-python/error-handling/</loc>
21-
<lastmod>2025-08-13</lastmod>
21+
<lastmod>2025-08-18</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://stackonehq.github.io/stackone-ai-python/file-uploads/</loc>
25-
<lastmod>2025-08-13</lastmod>
25+
<lastmod>2025-08-18</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://stackonehq.github.io/stackone-ai-python/langchain-integration/</loc>
29-
<lastmod>2025-08-13</lastmod>
29+
<lastmod>2025-08-18</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://stackonehq.github.io/stackone-ai-python/langgraph-tool-node/</loc>
33-
<lastmod>2025-08-13</lastmod>
33+
<lastmod>2025-08-18</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://stackonehq.github.io/stackone-ai-python/mcp-server/</loc>
37-
<lastmod>2025-08-13</lastmod>
37+
<lastmod>2025-08-18</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://stackonehq.github.io/stackone-ai-python/meta-tools-example/</loc>
41-
<lastmod>2025-08-13</lastmod>
41+
<lastmod>2025-08-18</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://stackonehq.github.io/stackone-ai-python/openai-integration/</loc>
45-
<lastmod>2025-08-13</lastmod>
45+
<lastmod>2025-08-18</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://stackonehq.github.io/stackone-ai-python/stackone-account-ids/</loc>
49-
<lastmod>2025-08-13</lastmod>
49+
<lastmod>2025-08-18</lastmod>
5050
</url>
5151
</urlset>

sitemap.xml.gz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)