MCPcopy Create free account
hub / github.com/dagger/dagger / JSON

Method JSON

sdk/python/runtime/internal/dagger/dagger.gen.go:12746–12752  ·  view source on GitHub ↗

Initialize a JSON value

()

Source from the content-addressed store, hash-verified

12744
12745// Initialize a JSON value
12746func (r *Query) JSON() *JSONValue {
12747 q := r.query.Select("json")
12748
12749 return &JSONValue{
12750 query: q,
12751 }
12752}
12753
12754// LLMOpts contains options for Query.LLM
12755type LLMOpts struct {

Callers 6

serveMethod · 0.45
record_exceptionFunction · 0.45
__post_init__Method · 0.45
convertErrorFunction · 0.45
dispatchFunction · 0.45

Calls 1

SelectMethod · 0.65

Tested by 1