axiom
Version:
Axiom AI SDK provides - an API to wrap your AI calls with observability instrumentation. - offline evals - online evals
46 lines (24 loc) • 754 B
Markdown
[**axiom v0.51.1**](../../README.md)
***
[](../../README.md) / [feedback](../README.md) / FeedbackConfig
> **FeedbackConfig** = `object`
Configuration for connecting to the Axiom feedback API.
> `readonly` **dataset**: `string`
Axiom dataset to send feedback to.
***
> `readonly` `optional` **edgeUrl**: `string`
Optional Axiom Edge URL for ingest operations.
When set, this URL is used for sending feedback data.
Falls back to `url` if not specified.
***
> `readonly` **token**: `string`
Axiom API token with ingest permissions.
***
> `readonly` `optional` **url**: `string`
Optional custom Axiom API URL. Defaults to https://api.axiom.co.