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
/
ToolValidationErrorEvent
Tool
Validation
Error
Event
@
Serializable
data
class
ToolValidationErrorEvent
(
val
toolName
:
String
,
val
toolArgs
:
Tool.Args
,
val
errorMessage
:
String
,
val
eventId
:
String
=
ToolValidationErrorEvent::class.simpleName!!
)
:
DefinedFeatureEvent
(
source
)
Members
Constructors
Tool
Validation
Error
Event
Link copied to clipboard
constructor
(
toolName
:
String
,
toolArgs
:
Tool.Args
,
errorMessage
:
String
,
eventId
:
String
=
ToolValidationErrorEvent::class.simpleName!!
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
event
Id
Link copied to clipboard
open
override
val
eventId
:
String
message
Type
Link copied to clipboard
open
override
val
messageType
:
FeatureMessage.Type
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
tool
Args
Link copied to clipboard
val
toolArgs
:
Tool.Args
tool
Name
Link copied to clipboard
val
toolName
:
String