LangSmithExtra#
- class langsmith.run_helpers.LangSmithExtra[源]#
动态注入到运行中的任何额外信息。
- name: str | None#
运行的可选名称。
- reference_example_id: UUID | str | None#
参考示例的可选ID。
- run_extra: dict | None#
可选的额外运行信息。
- project_name: str | None#
项目的可选名称。
- metadata: dict[str, Any] | None#
运行的可选元数据。
- tags: list[str] | None#
运行的可选标签列表。
- run_id: UUID | str | None#
运行的可选ID。