HoneyHive TypeScript API SDK
Preparing search index...
CreateConfigurationRequest
Type Alias CreateConfigurationRequest
type
CreateConfigurationRequest
=
{
env
?:
(
"dev"
|
"staging"
|
"prod"
)
[]
;
name
:
string
;
parameters
:
{
call_type
:
"chat"
|
"completion"
;
forceFunction
?:
{
[
key
:
string
]:
unknown
}
;
functionCallParams
?:
"none"
|
"auto"
|
"force"
;
hyperparameters
?:
{
[
key
:
string
]:
unknown
}
;
model
:
string
;
responseFormat
?:
{
type
:
"text"
|
"json_object"
}
;
selectedFunctions
?:
{
description
?:
string
;
id
:
string
;
name
:
string
;
parameters
?:
{
[
key
:
string
]:
unknown
}
;
}
[]
;
template
?:
{
content
:
string
;
role
:
string
}
[]
|
string
;
}
;
provider
:
string
;
tags
?:
string
[]
;
type
?:
"LLM"
|
"pipeline"
;
user_properties
?:
{
[
key
:
string
]:
unknown
}
|
null
;
}
Index
Properties
env?
name
parameters
provider
tags?
type?
user_
properties?
Properties
Optional
env
env
?:
(
"dev"
|
"staging"
|
"prod"
)
[]
name
name
:
string
parameters
parameters
:
{
call_type
:
"chat"
|
"completion"
;
forceFunction
?:
{
[
key
:
string
]:
unknown
}
;
functionCallParams
?:
"none"
|
"auto"
|
"force"
;
hyperparameters
?:
{
[
key
:
string
]:
unknown
}
;
model
:
string
;
responseFormat
?:
{
type
:
"text"
|
"json_object"
}
;
selectedFunctions
?:
{
description
?:
string
;
id
:
string
;
name
:
string
;
parameters
?:
{
[
key
:
string
]:
unknown
}
;
}
[]
;
template
?:
{
content
:
string
;
role
:
string
}
[]
|
string
;
}
provider
provider
:
string
Optional
tags
tags
?:
string
[]
Optional
type
type
?:
"LLM"
|
"pipeline"
Default
LLM
@
enum
{
string
}
Copy
Optional
user_
properties
user_properties
?:
{
[
key
:
string
]:
unknown
}
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
env
name
parameters
provider
tags
type
user_
properties
HoneyHive TypeScript API SDK
Loading...
Default