Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) {

/**
* @brief Interrupts the specified agent instance
* @since v0.9.0
* @since v0.4.0
* @example Use this method to interrupt the specified agent instance.
* @param agentId Agent ID.
* @return Returns the interrupt response result, see
Expand All @@ -128,7 +128,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) {

/**
* @brief Speaks a custom message for the specified agent instance
* @since v0.9.0
* @since v0.4.0
* @example Use this method to speak a custom message for the specified agent
* instance.
* @param agentId Agent ID.
Expand Down