Skip to content

Commit f17ac98

Browse files
committed
trigger
1 parent 728ab41 commit f17ac98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/databricks_ai_bridge/genie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def ask_question(self, question, conversation_id: Optional[str] = None):
417417
conversation_id=conversation_id,
418418
)
419419

420-
# Genie backend always returns exactly 1 content block with JSON
420+
# Genie backend always returns 1 content block with JSON
421421
content_block = mcp_result.content[0]
422422
content_text = content_block.text if hasattr(content_block, "text") else "{}"
423423

0 commit comments

Comments
 (0)