langchain_community.callbacks.wandb_callback.construct_html_from_prompt_and_generation

langchain_community.callbacks.wandb_callback.construct_html_from_prompt_and_generation(prompt: str, generation: str) Any[源代码]

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

参数
  • prompt (str) – 提示。

  • generation (str) – 生成内容。

返回

HTML元素。

返回类型

(wandb.Html)