LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
LangSmith Go
Overview
Client
Datasets
Examples
Runs
Sessions
Feedback
Repos (Prompts)
Annotation Queues
Tracing & OpenTelemetry
Language
Python
JavaScript
Theme
Light
Dark
Go
langsmith
QueryRunResponse
Class
v0.0.0 (latest)
●
Since v0.16
QueryRunResponse
Copy
type
QueryRunResponse
struct
Properties
Methods
View source on GitHub
Version History
property
ID
:
string
property
AppPath
:
string
property
Attachments
:
map
[
string
]
string
property
CompletionCost
:
float64
property
CompletionCostDetails
:
QueryRunResponseCompletionCostDetails
property
CompletionTokenDetails
:
QueryRunResponseCompletionTokenDetails
property
CompletionTokens
:
int64
property
DottedOrder
:
string
property
EndTime
:
time
.
Time
property
Error
:
string
property
ErrorPreview
:
string
property
Events
:
[]
QueryRunResponseEvent
property
Extra
:
interface
{}
property
FeedbackStats
:
map
[
string
]
QueryRunResponseFeedbackStat
property
FirstTokenTime
:
time
.
Time
property
Inputs
:
interface
{}
property
InputsPreview
:
string
property
IsInDataset
:
bool
property
IsRoot
:
bool
property
LatencySeconds
:
float64
property
Manifest
:
interface
{}
property
Metadata
:
interface
{}
property
Name
:
string
property
Outputs
:
interface
{}
property
OutputsPreview
:
string
property
ParentRunIDs
:
[]
string
property
PriceModelID
:
string
property
ProjectID
:
string
property
PromptCost
:
float64
property
PromptCostDetails
:
QueryRunResponsePromptCostDetails
property
PromptTokenDetails
:
QueryRunResponsePromptTokenDetails
property
PromptTokens
:
int64
property
ReferenceDatasetID
:
string
property
ReferenceExampleID
:
string
property
RunType
:
QueryRunResponseRunType
property
ShareURL
:
string
property
StartTime
:
time
.
Time
property
Status
:
QueryRunResponseStatus
property
Tags
:
[]
string
property
ThreadEvaluationTime
:
time
.
Time
property
ThreadID
:
string
property
TotalCost
:
float64
property
TotalTokens
:
int64
property
TraceID
:
string
property
JSON
:
queryRunResponseJSON
method
UnmarshalJSON