Ask a question to get started
Enter to send•Shift+Enter new line
A helper utility function that returns the input for the currently executing task
getCurrentTaskInput<T = unknown>(config: LangGraphRunnableConfig<Record<string, any>>): T
config
LangGraphRunnableConfig<Record<string, any>>