// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * EXPERIMENTAL - read metadata for specific apps/connectors. */ export type AppsReadParams = { /** * App ids to read. The server accepts at most 100 ids and deduplicates repeated ids while * preserving their first-request order. */ appIds: Array, /** * Optional loaded thread id used to evaluate effective app configuration. */ threadId?: string | null, /** * When true, include display-only public tool summaries in the returned metadata. */ includeTools?: boolean, };