Preparing search index...
The search index is not available
LangSmith - v0.2.15
LangSmith
client
LangSmithTracingClientInterface
Interface LangSmithTracingClientInterface
interface
LangSmithTracingClientInterface
{
createRun
:
(
run
:
CreateRunParams
)
=>
Promise
<
void
>
;
updateRun
:
(
runId
:
string
,
run
:
RunUpdate
)
=>
Promise
<
void
>
;
}
Implemented by
Client
Index
Properties
create
Run
update
Run
Properties
create
Run
createRun
:
(
run
:
CreateRunParams
)
=>
Promise
<
void
>
update
Run
updateRun
:
(
runId
:
string
,
run
:
RunUpdate
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Run
update
Run
LangSmith - v0.2.15
Loading...