diff --git a/404.html b/404.html index 4eea122b2c..90633615b9 100644 --- a/404.html +++ b/404.html @@ -10,7 +10,7 @@ - +
diff --git a/Concepts/concepts-flows.html b/Concepts/concepts-flows.html index 2925eece97..a9b5d1e958 100644 --- a/Concepts/concepts-flows.html +++ b/Concepts/concepts-flows.html @@ -10,7 +10,7 @@ - + diff --git a/Deployment/deployment-docker.html b/Deployment/deployment-docker.html index 377bb2f7ca..6ea1923941 100644 --- a/Deployment/deployment-docker.html +++ b/Deployment/deployment-docker.html @@ -10,7 +10,7 @@ - + diff --git a/agents-overview.html b/agents-overview.html index 0309eb1b66..98cf351192 100644 --- a/agents-overview.html +++ b/agents-overview.html @@ -10,7 +10,7 @@ - + diff --git a/agents-tool-calling-agent-component.html b/agents-tool-calling-agent-component.html index acd57ce374..e7d9149c6b 100644 --- a/agents-tool-calling-agent-component.html +++ b/agents-tool-calling-agent-component.html @@ -10,7 +10,7 @@ - + @@ -108,14 +108,15 @@ Your response will be similar to the following, and will include your custom comFor example, the components as tools example above adds tool_mode=True to the MessageTextInput input so the custom component can be used as a tool.
_10inputs = [_10 MessageTextInput(_10 name="input_text",_10 display_name="Input Text",_10 info="Enter text to analyze",_10 value="Hello, World!",_10 tool_mode=True,_10 ),_10]
An agent can use flows that are saved in your workspace as tools with the Flow as Tool component.
+An agent can use flows that are saved in your workspace as tools with the Run flow component.
What tools are you using to answer my questions?
-Your Flow as Tool flow should be visible in the response.