Sanity Library Reference Docs
Preparing search index...
content-agent
ContentAgentModelConfig
Interface ContentAgentModelConfig
interface
ContentAgentModelConfig
{
apiVersion
:
string
;
baseURL
:
string
;
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
headers
:
()
=>
Record
<
string
,
string
|
undefined
>
;
organizationId
:
string
;
provider
:
string
;
}
Index
Properties
api
Version
baseURL
fetch?
headers
organization
Id
provider
Properties
api
Version
apiVersion
:
string
baseURL
baseURL
:
string
Optional
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
headers
headers
:
()
=>
Record
<
string
,
string
|
undefined
>
organization
Id
organizationId
:
string
provider
provider
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Version
baseURL
fetch
headers
organization
Id
provider
Sanity Library Reference Docs
Loading...