Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / / AgentInput

Type Alias: AgentInput

ts
type AgentInput = 
  | string
  | Message
| ReadonlyArray<Message>;

Defined in: packages/agent/src/types.ts:48

Forward-compatible type alias for the input accepted by Agent.stream / run / steer / followUp. v0.1 ships with the canonical text + multimodal Message shape; future versions may add structured inputs.

Stable