ilusm.dev

intg

HTTP API + embedding-vector shape domain (JSON bodies, optional OpenAI-style responses).

Load with: use intg

Quick example

use intg

result = intgv([1, 2, 3])
prn(result)

Functions

Functions

intgv(xs)

Performs the operation. Takes xs.

intgv(o)

Performs the operation. Takes o.

intgv(v)

Performs the operation. Takes v.

intgj(s)

Performs the operation. Takes s.

intga(base, hdr)

Performs the operation. Takes base, hdr.

intga(a, path)

Performs the operation. Takes a, path.

intga(a)

Performs the operation. Takes a.

intga(a, path)

Performs the operation. Takes a, path.

intga(a, path, obj)

Performs the operation. Takes a, path, obj.

intge(url, key, model, text)

Gets or retrieves a value. Takes url, key, model, text.

intge(key, model, text)

Gets or retrieves a value. Takes key, model, text.

intge(model, text)

Gets or retrieves a value. Takes model, text.

Notes

  • Integration testing helpers - setup, teardown, assertions.