toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.run
/
RunRequest
/
RunRequest
Run
Request
constructor
(
assistantId
:
AssistantId
,
model
:
ModelId
?
=
null
,
instructions
:
String
?
=
null
,
additionalInstructions
:
String
?
=
null
,
tools
:
List
<
AssistantTool
>
?
=
null
,
metadata
:
Map
<
String
,
String
>
?
=
null
)