Azure / azure-ai-cli

This repository is for active development of the Azure AI CLI. For consumers of the CLI, we suggest you check out The Book of AI at https://thebookof.ai
https://thebookof.ai/
MIT License
30 stars 8 forks source link

Added dashboard and otel viewing commands #324

Open catherine-m-zhang opened 3 months ago

catherine-m-zhang commented 3 months ago

Added the following commands:

ai tool dashboard start ai tool dashboard stop ^^^ starts or stops the dashboard (via docker commands)

ai chat assistant trace get --request-id XXXX ^^^ given a specific request id, show the OTEL payload

ai chat assistant trace get --request-id XXXX --output-file YYY ^^^ given specific request id, show and output OTEL payload to file

ai chat assistant trace get --request-id XXXX --dashboard ^^^ given specific request id, show the OTEL payload and automatically add to dash

ai ... --output-request-id requestid.txt ai ... --output-add-request-id requestid.txt