mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-06-03 19:58:11 +02:00
Remove api_url as an arg from push_trace.
This commit is contained in:
@@ -13,7 +13,6 @@ def push_trace(
|
||||
messages: List[Dict[str, Any]],
|
||||
dataset_name: str,
|
||||
invariant_authorization: str,
|
||||
api_url: str = DEFAULT_API_URL,
|
||||
) -> Dict[str, str]:
|
||||
"""Pushes traces to the dataset on the Invariant Explorer.
|
||||
|
||||
@@ -21,7 +20,6 @@ def push_trace(
|
||||
messages (List[Dict[str, Any]]): List of messages to push.
|
||||
dataset_name (str): Name of the dataset.
|
||||
invariant_authorization (str): Authorization token.
|
||||
api_url (str): URL of the Invariant Explorer API.
|
||||
|
||||
Returns:
|
||||
Dict[str, str]: Response containing the trace ID.
|
||||
|
||||
Reference in New Issue
Block a user