从提示和生成构建HTML#

langchain_community.callbacks.mlflow_callback.construct_html_from_prompt_and_generation(prompt: str, generation: str) Any[source]#

从提示和生成中构造一个html元素。

Parameters:
  • prompt (str) – 提示信息。

  • generation (str) – 世代。

Returns:

HTML 字符串。

Return type:

(str)