Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/virattt/dexter
/ insider_trades.ts
File
insider_trades.ts
src/tools/finance/insider_trades.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ DynamicStructuredTool } from
'@langchain/core/tools'
;
2
import
{ z } from
'zod'
;
3
import
{ api, stripFieldsDeep } from
'./api.js'
;
4
import
{ formatToolResult } from
'../types.js'
;
Callers
nothing calls this directly
Calls
3
formatToolResult
Function · 0.85
stripFieldsDeep
Function · 0.85
get
Method · 0.80
Tested by
no test coverage detected