diff --git a/_snippets/components/integrations/knowledge-tool-steps.mdx b/_snippets/components/integrations/knowledge-tool-steps.mdx index 8618e28b..6baf5381 100644 --- a/_snippets/components/integrations/knowledge-tool-steps.mdx +++ b/_snippets/components/integrations/knowledge-tool-steps.mdx @@ -1,23 +1,26 @@ - - Use a Tool step to insert data to your knowledge table. + + Use a Tool step to insert data to your Knowledge table. - - Use a Tool step to delete data from your knowledge table. + + Use a Tool step to insert or update rows by an identifier field. - - Use a Tool step to update data in your knowledge table. + + Use a Tool step to update data in your Knowledge table. - - Use a Tool step to search your knowledge table. + + Use a Tool step to delete data from your Knowledge table. - - Use a Tool step to search your knowledge table with a prompt. + + Use a Tool step to get data from your Knowledge table through search filters. - - Use a Tool step to search your knowledge table with more accuracy. + + Use a Tool step to search your Knowledge table. - - Use a Tool step to get data from your knowledge table through search filters. + + Use a Tool step to search your Knowledge table with a prompt. + + + Reference Tool inputs and other step outputs in your Knowledge JSON fields. diff --git a/build/knowledge/access-knowledge.mdx b/build/knowledge/access-knowledge.mdx deleted file mode 100644 index 7e24c5c8..00000000 --- a/build/knowledge/access-knowledge.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: 'Knowledge' -sidebarTitle: 'Access knowledge' -description: "Give your agents an tools access to knowledge" ---- - -## Give your tool access to knowledge - -To give your tool access to knowledge, select the **Knowledge search** tool step. Then, select the knowledge table you want to search, type in your query and select between **keyword** (search for a specific word) or **vector** (search for relevant information). - -
-