Skip to content

Commit f604660

Browse files
committed
fix(compare): align a parity check and a stale source citation
1 parent 3b174aa commit f604660

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

apps/sim/lib/compare/data/competitors/langchain.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,10 @@ export const langchainProfile: CompetitorProfile = {
472472
},
473473
dynamicToolUse: {
474474
value:
475-
'Yes, at parity with block-based function-calling agents: the standard ReAct-style agent pattern in LangChain/LangGraph binds a pool of developer-selected tools to a model and lets the model choose, at each step, which of those bound tools (if any) to call based on its own reasoning, rather than following a fixed, pre-wired sequence of tool calls',
475+
"No: the standard ReAct-style agent pattern in LangChain/LangGraph binds a pool of developer-selected tools to a model at build time, and the model only chooses among that bound pool at each step, rather than browsing or picking from a broader catalog (e.g. an entire MCP server's full tool list) at inference time",
476476
detail:
477-
"This per-step selection is the core mechanic LangGraph agent templates (e.g. the ReAct Agent template) are built around, and it is functionally the same tool-selection loop any function-calling agent block implements. The tool pool itself, including any MCP-provided tools, is still bound ahead of time by the developer; the model does not browse or pick from a broader, not-yet-wired catalog (e.g. an entire MCP server's full tool list) at inference time.",
478-
shortValue:
479-
'Yes, ReAct-style per-step selection among a bound tool pool, same as any function-calling agent',
477+
"This is the same closed-list function-calling mechanism as Sim's Agent block: the tool pool, including any MCP-provided tools, is bound ahead of time by the developer, not browsed at runtime.",
478+
shortValue: 'No, agent picks only among tools bound in at build time',
480479
confidence: 'verified',
481480
sources: [
482481
{

apps/sim/lib/compare/data/competitors/power-automate.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,9 +1167,9 @@ export const powerAutomateProfile: CompetitorProfile = {
11671167
confidence: 'verified',
11681168
sources: [
11691169
{
1170-
url: 'https://learn.microsoft.com/en-us/compliance/regulatory/offering-soc-2',
1171-
label: 'SOC 2 Type 2 - Microsoft Compliance | Microsoft Learn',
1172-
asOf: '2026-07-02',
1170+
url: 'https://learn.microsoft.com/en-us/power-automate/overview-cloud',
1171+
label: 'Overview of cloud flows - Power Automate | Microsoft Learn',
1172+
asOf: '2026-07-04',
11731173
},
11741174
{
11751175
url: 'https://www.microsoft.com/en-us/power-platform/products/power-automate/pricing',

0 commit comments

Comments
 (0)