langchain_core.tracers.log_stream.RunLogPatch

class langchain_core.tracers.log_stream.RunLogPatch(*ops: Dict[str, Any])[source]

补丁到运行日志。

Attributes

ops

//jsonpatch.com获取更多信息。

Methods

__init__(*ops)

Parameters

ops (List[Dict[str, Any]]) –

Return type

None

__init__(*ops: Dict[str, Any]) None[source]
Parameters

ops (Dict[str, Any]) –

Return type

None