You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the weave.op() decorator does not capture internal Mirascope calls or their associated costs. This creates a gap in observability.
Current Behavior
Internal Mirascope calls are executed but not logged
Cost information for these operations is not tracked
Desired Behavior
Log all internal Mirascope calls with their:
Operation name
Input/output
Execution time
Cost (tokens used)
Provide ability to trace the full call hierarchy including nested Mirascope operations
The text was updated successfully, but these errors were encountered:
ramon-prieto
changed the title
Integration with Mirascope Framework
[Feature Request]: Integration with Mirascope Framework
Nov 28, 2024
ramon-prieto
changed the title
[Feature Request]: Integration with Mirascope Framework
Feature Request: Integration with Mirascope Framework
Nov 28, 2024
Background
Currently, the
weave.op()
decorator does not capture internal Mirascope calls or their associated costs. This creates a gap in observability.Current Behavior
Desired Behavior
The text was updated successfully, but these errors were encountered: