LangGraph.js API Reference
Back to documentation
Preparing search index...
@langchain/langgraph-sdk
client
ClientConfig
Interface ClientConfig
interface
ClientConfig
{
apiKey
?:
string
;
apiUrl
?:
string
;
callerOptions
?:
AsyncCallerParams
;
defaultHeaders
?:
Record
<
string
,
HeaderValue
>
;
onRequest
?:
RequestHook
;
timeoutMs
?:
number
;
}
Index
Properties
api
Key?
api
Url?
caller
Options?
default
Headers?
on
Request?
timeout
Ms?
Properties
Optional
api
Key
apiKey
?:
string
Optional
api
Url
apiUrl
?:
string
Optional
caller
Options
callerOptions
?:
AsyncCallerParams
Optional
default
Headers
defaultHeaders
?:
Record
<
string
,
HeaderValue
>
Optional
on
Request
onRequest
?:
RequestHook
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
api
Url
caller
Options
default
Headers
on
Request
timeout
Ms
Back to documentation
LangGraph.js API Reference
Loading...