MCPcopy 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)]
53struct Response<'gc> {
54 agent: Option<Gc<'gc, Agent<'gc>>>,
55 messages: Vec<ChatCompletionMessage>,
56}
57
58fn make_response_object<'gc>(
59 state: &mut State<'gc>,

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected