@coveo/headless
Preparing search index...
Search
GenerationToolCall
Interface GenerationToolCall
interface
GenerationToolCall
{
finishedAt
?:
number
;
startedAt
:
number
;
status
:
GenerationToolCallStatus
;
toolCallArgs
?:
GenerationToolCallArgsGeneric
|
GenerationToolCallArgsSearch
;
toolCallId
:
string
;
toolCallName
:
string
;
type
?:
"search"
|
"generic"
;
}
Index
Properties
finished
At?
started
At
status
tool
Call
Args?
tool
Call
Id
tool
Call
Name
type?
Properties
Optional
finished
At
finishedAt
?:
number
started
At
startedAt
:
number
status
status
:
GenerationToolCallStatus
Optional
tool
Call
Args
toolCallArgs
?:
GenerationToolCallArgsGeneric
|
GenerationToolCallArgsSearch
tool
Call
Id
toolCallId
:
string
tool
Call
Name
toolCallName
:
string
Optional
type
type
?:
"search"
|
"generic"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
In this article
Properties
finished
At
started
At
status
tool
Call
Args
tool
Call
Id
tool
Call
Name
type
@coveo/headless
Loading...