You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I create an AI agent to call MCP server when user asks for a topic or permission.
When the AI call the createAcl, the output shows that the dto is null. What's the correct input format of PatternType in the createAcl?
{3 items
tool:"createAcl"
toolInput:{2 items
clusterName:"kafka-blalblabla"
kafkaAclDto:{7 items
resourceType:"TOPIC"
resourceName:"a-new-topic"
principal:"user-account"
operation:"WRITE"
permissionType:"ALLOW"
resourcePatternType:{1 item
name:"LITERAL"
}
host:"*"
}
}
toolOutput:"[{"type":"text","text":"Cannot invoke "io.kafbat.ui.model.KafkaAclNamePatternTypeDTO.name()" because "dto" is null"}]"
}
Beta Was this translation helpful? Give feedback.
All reactions