Walk a LangChain serialized manifest looking for a ChatOpenAI (or compatible chat-model) constructor and return its { model, temperature } kwargs. Returns undefined when the prompt was stored as text-only.
{ model, temperature }
Walk a LangChain serialized manifest looking for a ChatOpenAI (or compatible chat-model) constructor and return its
{ model, temperature }kwargs. Returns undefined when the prompt was stored as text-only.