AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
PruneToolCallRule
Prune
Tool
Call
Rule
data
class
PruneToolCallRule
(
val
type
:
PruneToolCallRuleType
,
val
tools
:
Set
<
String
>
?
=
null
)
(
source
)
Since
0.3.0-beta01
Members
Constructors
Prune
Tool
Call
Rule
Link copied to clipboard
constructor
(
type
:
PruneToolCallRuleType
,
tools
:
Set
<
String
>
?
=
null
)
Properties
tools
Link copied to clipboard
val
tools
:
Set
<
String
>
?
type
Link copied to clipboard
val
type
:
PruneToolCallRuleType