koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.model
/
LLMCallWithToolsEndEvent
LLMCall
With
Tools
End
Event
@
Serializable
data
class
LLMCallWithToolsEndEvent
(
val
responses
:
List
<
String
>
,
val
tools
:
List
<
String
>
,
val
eventId
:
String
=
LLMCallWithToolsEndEvent::class.simpleName!!
)
:
DefinedFeatureEvent
(
source
)
Members
Constructors
LLMCall
With
Tools
End
Event
Link copied to clipboard
constructor
(
responses
:
List
<
String
>
,
tools
:
List
<
String
>
,
eventId
:
String
=
LLMCallWithToolsEndEvent::class.simpleName!!
)
Properties
event
Id
Link copied to clipboard
open
override
val
eventId
:
String
message
Type
Link copied to clipboard
open
override
val
messageType
:
FeatureMessage.Type
responses
Link copied to clipboard
val
responses
:
List
<
String
>
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
tools
Link copied to clipboard
val
tools
:
List
<
String
>