ModelRunnerEvents
Defined in: packages/ai.matey.types/src/model-runner.ts:350
Events emitted by model runner backends.
Properties
Section titled “Properties”error:
Error
Defined in: packages/ai.matey.types/src/model-runner.ts:369
Process encountered an error.
ready:
void
Defined in: packages/ai.matey.types/src/model-runner.ts:359
Process is ready to accept requests.
restarting
Section titled “restarting”restarting:
object
Defined in: packages/ai.matey.types/src/model-runner.ts:374
Process is restarting.
attempt
Section titled “attempt”attempt:
number
maxAttempts
Section titled “maxAttempts”maxAttempts:
number
starting
Section titled “starting”starting:
void
Defined in: packages/ai.matey.types/src/model-runner.ts:354
Process is starting.
stderr
Section titled “stderr”stderr:
string
Defined in: packages/ai.matey.types/src/model-runner.ts:384
stderr output from process.
stdout
Section titled “stdout”stdout:
string
Defined in: packages/ai.matey.types/src/model-runner.ts:379
stdout output from process.
stopped
Section titled “stopped”stopped:
void
Defined in: packages/ai.matey.types/src/model-runner.ts:364
Process has stopped.