1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/GetFileInformation.txt

7 lines
211 B
Plaintext
Raw Normal View History

2025-10-20 19:41:52 +03:00
 URL = FunctionParameters["OpenAI_URL"];
Token = FunctionParameters["OpenAI_Token"];
2025-06-07 18:34:45 +03:00
2025-10-20 19:41:52 +03:00
FileID = FunctionParameters["OpenAI_File"];
2025-06-07 18:34:45 +03:00
Result = OPI_OpenAI.GetFileInformation(URL, Token, FileID);