Represents a call expression in LangChain. It has a type property set to 'call_expression', a funcCall property which can be a string or a MemberExpressionType, and an optional args property which is an array of ArgumentsType.
Optional
Generated using TypeDoc
Represents a call expression in LangChain. It has a type property set to 'call_expression', a funcCall property which can be a string or a MemberExpressionType, and an optional args property which is an array of ArgumentsType.