Interfaces
RunConfigContext
Interface: RunConfigContext
Defined in: src/core/agent/types.ts:922
What a .configure(fn) resolver is given.
Properties
defaults
readonlydefaults:object
Defined in: src/core/agent/types.ts:930
What the agent was BUILT with, so a resolver can decide relative to it.
instructions
readonlyinstructions:string
model
readonlymodel:string
identity?
readonlyoptionalidentity?:MemoryIdentity
Defined in: src/core/agent/types.ts:926
The memory identity passed to run({ identity }), when there was one.
message
readonlymessage:string
Defined in: src/core/agent/types.ts:924
The message this run was started with.
runId
readonlyrunId:string
Defined in: src/core/agent/types.ts:928
This run's id — the same one that stamps every typed event's meta.runId.
