正在准备搜索索引...
搜索索引不可用
LangSmith - v0.3.15
LangSmith
客户端
LangSmithTracingClientInterface
接口 LangSmithTracingClientInterface
interface
LangSmithTracingClientInterface
{
createRun
:
(
run
:
CreateRunParams
)
=>
Promise
<
void
>
;
updateRun
:
(
runId
:
string
,
run
:
RunUpdate
)
=>
Promise
<
void
>
;
}
由...实现
客户端
索引
属性
create
Run
update
Run
属性
create
Run
createRun
:
(
run
:
CreateRunParams
)
=>
Promise
<
void
>
update
Run
updateRun
:
(
runId
:
string
,
run
:
RunUpdate
)
=>
Promise
<
void
>
设置
成员可见性
受保护
已继承
外部
主题
OS
浅色
深色
本页内容
属性
create
Run
update
Run
LangSmith - v0.3.15
加载中...