MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / Complete

Method Complete

api/client.go:49–49  ·  view source on GitHub ↗
(
		ctx context.Context,
		systemPrompt string,
		messages []map[string]any,
		opts CompleteOptions,
	)

Source from the content-addressed store, hash-verified

47 ToolUseID string `json:"tool_use_id"`
48 Action string `json:"action"`
49}
50
51type Response struct {
52 Text string `json:"text"`

Implementers 3

AnthropicClientapi/client.go
Clientapi/client.go

Calls

no outgoing calls