Skip to main content

Interface: RunnableConfigLike

run_trees.RunnableConfigLike

Properties

callbacks

Optional callbacks: any

Callbacks for this call and any sub-calls (eg. a Chain calling an LLM). Tags are passed to all callbacks, metadata is passed to handle*Start callbacks.

Defined in

run_trees.ts:66


metadata

Optional metadata: Record<string, unknown>

Metadata for this call and any sub-calls (eg. a Chain calling an LLM). Keys should be strings, values should be JSON-serializable.

Defined in

run_trees.ts:59


tags

Optional tags: string[]

Tags for this call and any sub-calls (eg. a Chain calling an LLM). You can use these to filter calls.

Defined in

run_trees.ts:53


Was this page helpful?