MCPcopy Create free account
hub / github.com/calebwin/pgclaw / inline

Method inline

src/claw_type.rs:35–39  ·  view source on GitHub ↗
(prompt: String, model: Option<String>)

Source from the content-addressed store, hash-verified

33
34impl Claw {
35 pub fn inline(prompt: String, model: Option<String>) -> Self {
36 Self {
37 kind: ClawKind::Inline { model, prompt },
38 }
39 }
40
41 pub fn agent_ref(agent_id: String, model_override: Option<String>) -> Self {
42 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected