toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.run
/
ToolCallStep
/
RetrievalTool
Retrieval
Tool
@
Serializable
@
SerialName
(
value
=
"retrieval"
)
data
class
RetrievalTool
(
val
id
:
ToolCallStepId
,
val
retrieval
:
Map
<
String
,
String
>
)
:
ToolCallStep
Members
Constructors
Retrieval
Tool
Link copied to clipboard
constructor
(
id
:
ToolCallStepId
,
retrieval
:
Map
<
String
,
String
>
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
ToolCallStepId
The ID of the tool call object.
retrieval
Link copied to clipboard
@
SerialName
(
value
=
"retrieval"
)
val
retrieval
:
Map
<
String
,
String
>
For now, this is always going to be an empty object.