langchain_community.callbacks.mlflow_callback
.construct_html_from_prompt_and_generation¶
- langchain_community.callbacks.mlflow_callback.construct_html_from_prompt_and_generation(prompt: str, generation: str) Any [来源]¶
从提示和生成内容构建HTML元素。
- 参数
prompt (str) – 提示。
generation (str) – 生成内容。
- 返回值
HTML字符串。
- 返回类型
(str)