LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesRepoListParams
Interface●Since v0.8

RepoListParams

Copy
interface RepoListParams

Bases

OffsetPaginationReposParams

Properties

property
has_commits: boolean | null
property
include_owners: boolean
property
is_archived: "false" | "true" | "allow" | null
property
is_public: "false" | "true" | null
property
limit: number
property
offset: number
property
query: string | null
property
repo_types: "agent" | "skill" | "file" | "prompt"[] | null
property
single_repo_type: "agent" | "skill" | "file" | "prompt" | null
property
sort_direction: "asc" | "desc" | null

Sort direction (asc, desc)

property
sort_field: "num_downloads" | "num_views" | "updated_at" | "num_likes" | "relevance" | null
property
source: "internal" | "external" | null
property
tag_value_id: string[] | null
property
tags: string[] | null
property
tenant_handle: string | null
property
tenant_id: string | null
property
upstream_repo_handle: string | null
property
upstream_repo_owner: string | null
property
with_latest_manifest: boolean

Inherited fromOffsetPaginationReposParams

Properties

Plimit: numberPoffset: number
View source on GitHub