The whole hunk
from line 360, old and new numbered
/
lines
from line 360
360360
361361## Domain types
362362
363### Project List Response
363### Project Retrieve Response
364364
365- `ProjectListResponse object`
365- `ProjectRetrieveResponse object`
366366
367 Project information for compliance responses.
367 Detailed project information for compliance responses.
368368
369369 - `id: string`
370370
371371 Project identifier (tagged ID)
372372
373 - `attachments_count: number`
374
375 Number of attachments contained within this project
376
377 - `chats_count: number`
378
379 Number of chats contained within this project
380
373381 - `created_at: string`
374382
375383 Project creation timestamp
from line 390
382390
383391 format: date-time
384392
393 - `description: string`
394
395 Project description
396
397 - `instructions: string`
398
399 Project's custom instructions / prompt
400
385401 - `is_private: boolean`
386402
387403 If false, the project is visible to all organization members; if true the project is accessible only to the creator and specified collaborators
from line 438
422438
423439 Organization identifier (tagged ID)
424440
425### Project Retrieve Response
441### Project List Response
426442
427- `ProjectRetrieveResponse object`
443- `ProjectListResponse object`
428444
429 Detailed project information for compliance responses.
445 Project information for compliance responses.
430446
431447 - `id: string`
432448
433449 Project identifier (tagged ID)
434450
435 - `attachments_count: number`
436
437 Number of attachments contained within this project
438
439 - `chats_count: number`
440
441 Number of chats contained within this project
442
443451 - `created_at: string`
444452
445453 Project creation timestamp
from line 459
451459 Timestamp when the project was deleted by an end user, or null otherwise
452460
453461 format: date-time
454
455 - `description: string`
456
457 Project description
458
459 - `instructions: string`
460
461 Project's custom instructions / prompt
462462
463463 - `is_private: boolean`
464464