Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ respond
Method
respond
src/redempt/redlib/misc/ChatPrompt.java:119–121 ·
view source on GitHub ↗
(String response)
Source
from the content-addressed store, hash-verified
117
}
118
119
public
void
respond(String response) {
120
onResponse.accept(response);
121
}
122
123
public
void
cancel(CancelReason reason) {
124
onCancel.accept(reason);
Callers
1
onChat
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected