Skip to content

Commit

Permalink
fix: Corrected response type for update_bq_settings to string.
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-oos committed Nov 13, 2024
1 parent a107d6f commit c536439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfcx_scrapi/core/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def get_bq_settings(

@scrapi_base.api_call_counter_decorator
def update_bq_settings(
self, agent_id: str = None, bq_settings: dict = None) -> dict:
self, agent_id: str = None, bq_settings: dict = None) -> str:
"""Update BigQuery Interaction Logging settings for an agent.
Args:
Expand Down

0 comments on commit c536439

Please sign in to comment.