Skip to content
Discussion options

You must be logged in to vote

Hi @kunjee17 - you're right, there isn't any way to get usage data currently for extractions and transcriptions.

Currently I believe if you're using agent.prompt() you will need to use extended_details() to be able to augment the prompting request to additionally retrieve the usage.

Like so:

agent.prompt("Hello world!").extended_details() // ... extra stuff here

As for adding usage to extractors etc I'll be setting a ticket up for that 😄

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kunjee17
Comment options

Answer selected by kunjee17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants