qbraid_core.services.agents.parse_transcript

qbraid_core.services.agents.parse_transcript(format_name, source, max_entries=200)

Parse a transcript file using the registered parser.

Parameters:
  • format_name (str) – Which parser to use.

  • source (str) – Path to the transcript file.

  • max_entries (int) – Maximum entries to return.

Return type:

list[TranscriptEntry]

Returns:

List of parsed TranscriptEntry objects.