MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / get

Method get

packages/components/src/agents.ts:1033–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031 // versions of Langchain JS, which uses `name` and `arguments`
1032 Object.defineProperty(parsedToolCall, 'name', {
1033 get() {
1034 return this.type
1035 }
1036 })
1037
1038 Object.defineProperty(parsedToolCall, 'arguments', {

Callers 15

initMethod · 0.45
lookupMethod · 0.45
initMethod · 0.45
scrapeSingleUrlMethod · 0.45
Composio_ToolsClass · 0.45
initMethod · 0.45
fetchAccessTokenMethod · 0.45
_callMethod · 0.45
resolveBedrockModelFunction · 0.45
getImportedModelInfoFunction · 0.45
extractMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected