LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
Pythonlangsmith_openapi_clienttypesissueIssue
Class●Since v0.9

Issue

Copy
Issue()

Bases

BaseModel

Attributes

Inherited fromBaseModel

Attributes

Amodel_fields_set: set[str]Amodel_config: ConfigDictAmodel_construct: construct

Methods

Mto_dict
—
View source on GitHub

Recursively generate a dictionary representation of the model, optionally specifying which fields to include or exclude.

Mto_json
—

Generates a JSON string representing this model as it would be received from or sent to the API (but with indentation).

Mconstruct
Mmodel_dump
—

Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump

Mmodel_dump_json
—

Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump_json

Classes

CConfig
attribute
id: Optional[str]
attribute
actions: Optional[object]
attribute
created_at: Optional[str]
attribute
description: Optional[str]
attribute
first_seen_at: Optional[str]
attribute
fix_branch: Optional[str]
attribute
fix_dispatched_at: Optional[str]
attribute
fix_pr_number: Optional[int]
attribute
fix_prompt: Optional[str]
attribute
fix_verification: Optional[object]
attribute
last_seen_at: Optional[str]
attribute
name: Optional[str]
attribute
proposed_context_fixes: Optional[List[object]]
attribute
proposed_examples: Optional[List[object]]
attribute
proposed_fix: Optional[str]
attribute
proposed_prompt_fixes: Optional[List[object]]
attribute
session_id: Optional[str]
attribute
severity: Optional[Literal[0, 1, 2, 3]]
attribute
status: Optional[Literal['open', 'completed', 'ignored']]
attribute
tags: Optional[List[str]]
attribute
tenant_id: Optional[str]
attribute
traces: Optional[object]
attribute
updated_at: Optional[str]