正在准备搜索索引...
搜索索引不可用
LangSmith - v0.3.33
LangSmith
schemas
Example
Example 接口
interface
Example
{
created_at
:
string
;
dataset_id
:
string
;
id
:
string
;
inputs
:
KVMap
;
runs
:
Run
[]
;
attachments
?:
Record
<
string
,
AttachmentInfo
>
;
metadata
?:
KVMap
;
modified_at
?:
string
;
outputs
?:
KVMap
;
source_run_id
?:
string
;
split
?:
string
|
string
[]
;
}
继承关系 (
查看摘要
)
BaseExample
Example
索引
属性
created_
at
dataset_
id
id
inputs
runs
attachments?
metadata?
modified_
at?
outputs?
source_
run_
id?
split?
属性
created_
at
created_at
:
string
dataset_
id
dataset_id
:
string
id
id
:
string
inputs
inputs
:
KVMap
runs
runs
:
Run
[]
可选
attachments
attachments
?:
Record
<
string
,
AttachmentInfo
>
可选
metadata
metadata
?:
KVMap
可选
modified_
at
modified_at
?:
string
可选
outputs
outputs
?:
KVMap
可选
source_
run_
id
source_run_id
?:
string
可选
split
split
?:
string
|
string
[]
设置
成员可见性
受保护的
继承的
外部的
主题
系统
浅色
深色
本页内容
属性
created_
at
dataset_
id
id
inputs
runs
attachments
metadata
modified_
at
outputs
source_
run_
id
split
LangSmith - v0.3.33
正在加载...