langchain.js
Preparing search index...
langsmith
schemas
Prompt
Interface Prompt
interface
Prompt
{
created_at
:
string
;
description
?:
string
;
full_name
:
string
;
id
:
string
;
is_archived
:
boolean
;
is_public
:
boolean
;
last_commit_hash
?:
string
;
liked_by_auth_user
:
boolean
;
num_commits
:
number
;
num_downloads
:
number
;
num_likes
:
number
;
num_views
:
number
;
original_repo_full_name
?:
string
;
original_repo_id
?:
string
;
owner
?:
string
;
readme
?:
string
;
repo_handle
:
string
;
tags
:
string
[]
;
tenant_id
:
string
;
updated_at
:
string
;
upstream_repo_full_name
?:
string
;
upstream_repo_id
?:
string
;
}
Index
Properties
created_
at
description?
full_
name
id
is_
archived
is_
public
last_
commit_
hash?
liked_
by_
auth_
user
num_
commits
num_
downloads
num_
likes
num_
views
original_
repo_
full_
name?
original_
repo_
id?
owner?
readme?
repo_
handle
tags
tenant_
id
updated_
at
upstream_
repo_
full_
name?
upstream_
repo_
id?
Properties
created_
at
created_at
:
string
Optional
description
description
?:
string
full_
name
full_name
:
string
id
id
:
string
is_
archived
is_archived
:
boolean
is_
public
is_public
:
boolean
Optional
last_
commit_
hash
last_commit_hash
?:
string
liked_
by_
auth_
user
liked_by_auth_user
:
boolean
num_
commits
num_commits
:
number
num_
downloads
num_downloads
:
number
num_
likes
num_likes
:
number
num_
views
num_views
:
number
Optional
original_
repo_
full_
name
original_repo_full_name
?:
string
Optional
original_
repo_
id
original_repo_id
?:
string
Optional
owner
owner
?:
string
Optional
readme
readme
?:
string
repo_
handle
repo_handle
:
string
tags
tags
:
string
[]
tenant_
id
tenant_id
:
string
updated_
at
updated_at
:
string
Optional
upstream_
repo_
full_
name
upstream_repo_full_name
?:
string
Optional
upstream_
repo_
id
upstream_repo_id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
description
full_
name
id
is_
archived
is_
public
last_
commit_
hash
liked_
by_
auth_
user
num_
commits
num_
downloads
num_
likes
num_
views
original_
repo_
full_
name
original_
repo_
id
owner
readme
repo_
handle
tags
tenant_
id
updated_
at
upstream_
repo_
full_
name
upstream_
repo_
id
langchain.js
Loading...