Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ Response
Class
Response
aiscript-vm/src/ai/agent.rs:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
#[cfg(not(feature =
"ai_test"
))]
52
#[derive(Default)]
53
struct Response<'gc> {
54
agent: Option<Gc<
'gc, Agent<'
gc>>>,
55
messages: Vec<ChatCompletionMessage>,
56
}
57
58
fn make_response_object<'gc>(
59
state: &mut State<'gc>,
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected