nodeCallLLMWithHint

inline fun <Input, Output> AIAgentSubgraphBuilderBase<Input, Output>.nodeCallLLMWithHint(hint: String): AIAgentNodeDelegate<Any?, Message.Response>

A single LLM call node with an additional user message. Intended for guiding the LLM towards with a hint.