Codex.Events.FuzzyFileSearchSessionUpdated (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when a fuzzy file search session publishes updated matches.

Summary

Types

t()

@type t() :: %Codex.Events.FuzzyFileSearchSessionUpdated{
  files: [map()],
  query: String.t(),
  session_id: String.t()
}